我在网上看到document.clear();清空文档的意思,现在浏览器不支持;应改成:
document.write("");
document.close();
于是我这样写了:
<html>
<head>
<script type="text/javascript">
document.write("");
document.close();
</script>
</head>
<body>
<h1>fffff</h1>
</body>
</html>
为什么不能清空啊?刚接触,小菜,高手来帮解决一下啊!
蝴蝶不菲
缥缈止盈