iframe.onload = function() { this.doAction2(); alert("Local iframe is now loaded 2."); } } //追加ifream元素 div.appendChild(iframe);
確定! 回上一頁