function MM_reloadPage(init) { if (true == init) { with (navigator) if ("Netscape" == appName && 4 == parseInt(appVersion)) { document.MM_pgW = innerWidth; document.MM_pgH = innerHeight; onresize = MM_reloadPage; } } else if (innerWidth != document.MM_pgW || innerHeight != document.MM_pgH) location.reload(); }
這段代碼是做什么用的?
紫衣仙女
2018-07-01 13:17:08