JavaScript 参考手册
HTML DOM write() 方法
向输出流写入一些文本
源代码:
点击运行 »
<script> document.write("Hello World!"); </script>
运行结果:
点击运行 »