关于 js 解析xml的问题
varxmlDoc;varfilePath;functionloadXML(filePath){if(window.ActiveXObject){xmlDoc=newAc...
var xmlDoc;
var filePath;
function loadXML(filePath)
{
if(window.ActiveXObject)
{
xmlDoc = new ActiveXObject("Msxml.DOMDocument");
xmlDoc.async=false;
xmlDoc.load(filePath);
}
else
{
alert('Your browser cannot handle this script');
}
}
当此函数load路径中包含中文的时候,得不到值,不知哪位大侠有解决办法? 展开
var filePath;
function loadXML(filePath)
{
if(window.ActiveXObject)
{
xmlDoc = new ActiveXObject("Msxml.DOMDocument");
xmlDoc.async=false;
xmlDoc.load(filePath);
}
else
{
alert('Your browser cannot handle this script');
}
}
当此函数load路径中包含中文的时候,得不到值,不知哪位大侠有解决办法? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询