写入 HTML 输出写入 HTML 输出<!DOCTYPE html><html><body> <h2>我的第一张网页</h2><p>我的第一个段落。</p> <script>document.write(5 + 6);</script> </body></html>