ajax的open()报错啦
var request=new XMLHttpRequest(); xmlHttp.open('POST','/api/admin/login'); xmlHttp.setRequestHeader('Content-Type','application/x-www-form-urlencoded'); xmlHttp.send("name="+name+"&password="+password); xmlHttp.onreadystatechange=handleResult;
网页报错:Uncaught TypeError: Cannot read property 'open' of undefined
open里的url是绝对路径,本地测试地址h3.com/api/admin/login是可以打开的,各位大神走过路过帮忙解答下,是路径错了吗,那是咋的????找了一天都没发现问题可郁闷了。