主题:为什么不能出现结果
这是一段代码:
<html>
<body>
This is a simple HTML- page.
<br>
最后更新:
<script language="JavaScript">
<!-- hide script from old browsers
document.write(document.lastModified)
// end hiding contents -->
</script>
Last Modified.
</body>
</html>
但是结果却显示了这段代码。
<html>
<body>
This is a simple HTML- page.
<br>
最后更新:
<script language="JavaScript">
<!-- hide script from old browsers
document.write(document.lastModified)
// end hiding contents -->
</script>
Last Modified.
</body>
</html>
但是结果却显示了这段代码。