解決被微信標(biāo)題欄擋住的問題
UC侵佃,獵豹手機瀏覽器:仍被上方地址欄和下方菜單欄擋住
var getScreenSize = function(){
window.scrWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
window.scrHeight = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight;
};