<!DOCTYPE HTML> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <script type="text/javascript"> var w= document.documentElement.offsetWidth || document.body.offsetWidth; var h= document.documentElement.offsetHeight || document.body.offsetHeight; document.write("w: "+ w + "<br>"+ "h: "+ h + "<br>"); </script> </body> </html>
sissifly
2014-09-30
举报
0/150
提交
取消