猿问

这段代码是做什么用的?

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();

    }


紫衣仙女
浏览 794回答 1
1回答

湖上湖

如果浏览器名字为Netscape 并且版本为4就设置高宽什么的。是不是设置浏览兼容之类的我也不晓得。。。
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答