var img = new Image();img.src = "loading.gif";img.onload ... 所以,不是IE没有触发onload事件,而是因为加载缓冲区的速度太快,以至于没有运行 ...
確定! 回上一頁