我的天,究竟哪里错了

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>无标题文档</title>

<script type="text/javascript">

function shijian()

{   var time=new Date();

    var Time=time.getFullYear();

   document.getElementById("clock").value =Time;

    }

setInterval("shijian()",1000);

</script>

</head>

<body>

<input type="text" id="color" size="50"/>

</body>

</html>


朝花bu夕拾
浏览 1256回答 3
3回答

Caballarii

input里的id写的color,取得时候用的clock请细心一点

朝花bu夕拾

找出原因了。 iD那写错了。我的天!。找了半天语法错误。晕死

一杯2块的奶茶

我的天
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript