weixin_33719619 2015-03-16 08:33 采纳率: 0%
浏览 197

控制台“找不到404”?

i have a script in jquery and when it is initialized, in console appear "GET http://localhost/0", everything working perfectly but in console i have 4 get request error. I use jQuery.ajax for init the script.

Screen

enter image description here

Sometimes there are fewer

enter image description here

  • 写回答

6条回答 默认 最新

  • weixin_33725272 2015-03-16 08:42
    关注

    It is as if your AJAX request was trying to load some resource from your local machine, and it could not (e.g. a file is not present, or local HTTP server is not serving Web pages for some reason). Try and figure out WHAT is being requested by that AJAX request. No way to be more specific without seeing the code.

    评论

报告相同问题?