HTML 参考手册
HTML <script> 标签
通过 JavaScript 输出 "Hello world"
源代码:
点击运行 »
<script> document.write("Hello World!") </script>
运行结果:
点击运行 »