JavaScript Window对象

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>首页</title>


</head>
<body>

<script type="text/javascript">
console.log(window);
</script>
</body>
</html>

 

 

控制台输出

posted @ 2019-05-31 11:30  乱世以外  阅读(245)  评论(0编辑  收藏  举报