為什么我這樣寫就不行了??哪里出錯(cuò)了
<body>
? <h2 id="con">I love JavaScript</H2>
? <p> JavaScript使網(wǎng)頁(yè)顯示動(dòng)態(tài)效果并實(shí)現(xiàn)與用戶交互功能。</p>
? <script type="text/javascript">
??? function got(x){
??????? document.getElementById(x);
??? } ?
? ?
??????? got(con).style.color="red";
?
??????? // document.getElementById("con").style.color="red"
? </script>
</body>
2015-12-29
got("con")
2022-03-25
那應(yīng)該屬于網(wǎng)絡(luò)課程的。不是編程講的.囧~~~?<span>clearTimeout()寫錯(cuò)了···</span>
2016-04-19
加個(gè)Return 是什么意思
2015-12-29
參考代碼