简单教程
提交运行
代码编辑器:
<p>在 HTML 中 <b>this</b> 的值, 在全局函数是一个 window 对象</p> <script> function myFunction() { return this; } document.write(myFunction()); </script>
运行结果: