简单教程
提交运行
代码编辑器:
<p>函数可以自动调用</p> <script> (function () { document.write("Hello! 我是自己调用的"); })(); </script>
运行结果: