Microsoft VBScript 運(yùn)行時(shí)錯(cuò)誤 錯(cuò)誤 '800a01a8' 缺少對(duì)象: 'xmlDoc.documentElement' /work/Menu.asp,行 80
找到相關(guān)代碼如下:
復(fù)制代碼 代碼如下:
Set xmlDoc=Server.CreateObject("MicroSoft.XmlDom") xmlDoc.async = false xmlDoc.load(Server.MapPath("Menu.xml")) Set root = xmlDoc.documentElement.selectSingleNode("http://index")