ios 浏览器内容较少时隐藏地址栏

      window.onload = function() {
                scroll();
            }

            function scroll() {
                if(document.documentElement.scrollHeight <= document.documentElement.clientHeight) {
                    bodyTag = document.getElementsByTagName(‘body‘)[0];
                    bodyTag.style.height = document.documentElement.clientWidth / screen.width * screen.height + ‘px‘;
                }
            }

  

ios 浏览器内容较少时隐藏地址栏

上一篇:Java_数据交换_fastJSON_01_用法入门


下一篇:如何启动一个本地静态服务器