Failed to load resource: net::ERR_FILE_NOT_FOUND loading json.js

后端 未结 5 660
既然无缘
既然无缘 2021-02-05 15:39

I am testing an html webpage and it is failing to load a local jquery.json-2.4.0.js. I am testing the html page locally from chrome. When the page loaded I get a net

5条回答
  •  遇见更好的自我
    2021-02-05 16:00

    This error means that file was not found. Either path is wrong or file is not present where you want it to be. Try to access it by entering source address in your browser to check if it really is there. Browse the directories on server to ensure the path is correct. You may even copy and paste the relative path to be certain it is alright.

提交回复
热议问题