function IframeLoad(o,fn) { if (document.all) { o.attachEvent('onload', fn); } else { o.onload = fn; }} 设置这个iframe的SRC属性为空也会触发onload 事件…
確定! 回上一頁