使用 document.write() 向输出流写文本使用 document.write() 向输出流写文本<html><body> <script type="text/javascript">document.write("Hello World!")</script> </body></html>