max-hou

示例代码

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>控制台打印window对象</title>
</head>
<body>
<script>
    console.log(window);
</script>
</body>
</html>

2.浏览器右键,检查,选择Console

 

分类:

技术点:

相关文章:

  • 2021-11-20
  • 2021-12-07
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2021-12-29
猜你喜欢
  • 2022-01-01
  • 2022-01-01
  • 2022-12-23
  • 2021-12-08
  • 2021-11-25
相关资源
相似解决方案