//网页宽度 var w=window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; //网页高度 var h=window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; //屏幕宽度 var xw = screen.availWidth; //屏幕高度 var xh = screen.availHeight;
时间: 2024-11-18 12:23:07