皆さん、javascriptを使用してxmlファイルを読むのに問題
があります。私のコードは次のとおりです。
<html>
<body>
<script type="text/javascript">
var xmlDoc=document.implementation.createDocument("","",null);
xmlDoc.load("myfile.xml");
</script>
</body>
</html>
私はwin7を使用しています、私はopera 12、最新のchorme、firefox 14、IE9、safari 5(windows verison)を使用しましたが、どれも機能しません.google chormeは私にこれを与えます
Uncaught TypeError: Object #<Document> has no method 'load'
ここで何が悪いのかわからない、事前にthx