废话不多说,直接上代码var iframe = document.createElement("iframe")iframe.src = "http://www.baidu.com"// 兼容IEif (iframe.attachEvent){ ...
確定! 回上一頁