我在Dreamweaver中有一個image.html文件。警告正在工作,但在Dreamweaver中沒有其他代碼
源代碼我叫鏈接img.js
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>PHOTO</title>
<script language="javascript" type="text/javascript" src="js/img.js"></script>
</body>
</html>
一個js文件中如果使用img.js警報
alert("My First Jquery Test");
它正確地顯示在網頁上,但如果寫一些javascript代碼如
<html>
<body>
<p id="p2">Hello World!</p>
<script>
document.getElementById("p2").style.color="blue";
</script>
上面的段落被腳本改變了。
什麼shows..why和我如何反映這些情況?
你''
開始,然後用''結束?! – Raptor爲什麼你只用一個alert語句使用External js文件? – Raj
丟失 – Raj