改一下后怎么就不显示了呢?
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>定时器</title>
<script type="text/javascript">
document.getElementById("clock").value = "这是为什么呢"; //为什么这样文本框没显示? 在时间间隔里就显示?
</script>
</head>
<body>
<form>
<input type="text" id="clock" size="50" />
</form>
</body>
</html>