<html><head><title>js生成文字</title></head><body><script type="text/javascript">document.write("hello world");</script></body></html>
【自学js,从零开始。一定要坚持住。最简单的一个实例,document.write(),写入文字】