請(qǐng)問(wèn)在DW中怎么出不來(lái)效果呢 是哪里有錯(cuò)嗎
<!DOCTYPE HTML>
<html>?
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>熱身</title>
</head>
<body>
? <p id="p1">我是第一段文字</p>
? <p id="p2">我是第二段文字</p>
??
? <script type="text/javascript">
document.write("hello");
document.getElementById("p1").style.color="blue";
? </script>
</body>
</html>
2015-05-30
我試了一下,可以的。你要不刷新一下或者再點(diǎn)擊“實(shí)時(shí)視圖”試試。
2015-05-30
已經(jīng)調(diào)出來(lái)了 ?謝謝