if (isAndroid) { var windowHeight = document.documentElement.clientHeight; document.body.style.height = windowHeight + 'px'; }
if (isAndroid) { var windowHeight = document.documentElement.clientHeight; document.body.style.height = windowHeight + 'px'; }
转载于:https://www.cnblogs.com/y896926473/p/6110301.html