码迷,mamicode.com
首页 > 其他好文 > 详细

6.2.25 BOM 屏幕的可视区域

时间:2018-07-22 11:25:28      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:屏幕   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>

  

6.2.25 BOM 屏幕的可视区域

标签:屏幕   width   charset   sha   doc   tle   pre   OLE   log   

原文地址:https://www.cnblogs.com/beallaliu/p/9349070.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!