HTML 参考手册
HTML <script> type 属性
带有指定 type 属性的脚本
源代码:
点击运行 »
<script type="text/javascript"> document.write("Hello World!"); </script>
运行结果:
点击运行 »