<html>
<body>
<script type="text/javascript">
document.write("<h1>标题</h1>");
document.write("<h2>标题</h2>");
document.write("<p>段落。</p>");
document.write("<p>另一个段落。</p>");
</script>
</body>
</html>
2022-04-18 20:57:06
<html>
<body>
<script type="text/javascript">
document.write("<h1>标题</h1>");
document.write("<h2>标题</h2>");
document.write("<p>段落。</p>");
document.write("<p>另一个段落。</p>");
</script>
</body>
</html>