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

后端 未结 5 585
既然无缘
既然无缘 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:09

    Same thing happened to me. Eventually my solution was to navigate to the repository using terminal (on mac) and create a new js file with a slightly different name. It linked immediately so i copied contents of original file to new one. You also might want to lose the first / after src= and use "".

提交回复
热议问题