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


</head>
<body>

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

 

JavaScript Window对象

 

控制台输出

相关文章:

  • 2021-09-12
  • 2022-03-09
  • 2022-12-23
  • 2022-01-14
  • 2021-07-18
  • 2022-02-25
猜你喜欢
  • 2021-11-25
  • 2021-11-20
  • 2021-12-07
  • 2022-12-23
相关资源
相似解决方案