11 2014 档案
摘要:1 function log(msg){ 2 if (window["console"]){ 3 console.log(msg); 4 } 5 } 6 log("123456789!"); 7 8 (function($){ 9 alert(window...
阅读全文
摘要:最近项目中,一个页面 page_a.html 中包含一个 iframe,它的 src 属性指向 page_b.html, 在IE7, 8 & Firefox 中均能正常显示,但是在 IE6 下面 iframe 显示空白(假如在 iframe 区域右键刷新,则能显示 page_b.html 页面内容)...
阅读全文