<html>
<head>
<title>在HTML代码中插入JavaScript代码</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<script>
document.write("使用JavaScript输出的文字<br>");
</script>
</head>
<body>
本行是HTML中的文字。
</body>
</html>
目前共有9篇帖子。