HTML
HTML 脚本
插入一段脚本 - 如何将脚本插入 HTML 文档。
源代码:
点击运行 »
<script> document.write("Hello World!") </script>
运行结果:
点击运行 »