我無法讓我的道場工作。我已經嘗試了一切。道場不爲我工作
下面是代碼:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js">
dojo.addOnLoad(function(){
console.log("page ready, can modify DOM anytime after this");
});
</script>
</head>
<body>
</body>
</html>
錯誤信息?試試Firebug?你只是沒有看到控制檯輸出? – 2010-04-09 14:09:02
是的,沒有看到任何控制檯輸出。沒有錯誤消息。 – pfdevilliers 2010-04-09 14:13:38