摘要: var iframe = document.getElementById("previewFrame"); if (iframe.attachEvent) { iframe.attachEvent("onload", function() { //以下操作必须在iframe加载完后才可进行 $("#themes").find(".selected").t... 阅读全文
posted @ 2017-07-24 17:40 麦田守望 阅读(298) 评论(0) 推荐(0) 编辑