猿问

html中的js问题

<body onload="startTime()">

<script type="text/javascript">

   function displayTime(){

    var nowTime=new Date();

    var strTime=nowTime.toLocaleString();

    var timeDiv=document.getElementsById("timeDiv");                            timeDiv.innerHTML=strTime; }

   function startTime(){

    window.setInterval("displayTime()",1000); }

  </script>

  < div id="timeDiv"></div>

</body>

请问怎么在浏览器什么都不显示


阿波罗的战车
浏览 660回答 1
1回答

富国沪深

你确定你的单词没写错么。。 我记得&nbsp; getElementById才对吧&nbsp;getElementsById 一般都是用于二级查询。。
随时随地看视频慕课网APP
我要回答