标签:屏幕 width charset sha doc tle pre OLE log
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> <script type="text/javascript"> /* * */ window.onload = function(){ console.log(document.documentElement.clientWidth); console.log(document.documentElement.clientHeight); window.onresize = function(){ console.log(document.documentElement.clientWidth); console.log(document.documentElement.clientHeight); } } </script> </html>
标签:屏幕 width charset sha doc tle pre OLE log
原文地址:https://www.cnblogs.com/beallaliu/p/9349070.html