Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个网络应用程序,并且在 localhost 上工作正常。所以现在我将文件上传到网络主机,当代码加载 json 时,它返回 404 错误。那是我读json的那一行:
$.getJSON('../json/orthopride.json', function(retorno){ console.log(retorno) });
Json 文件位于名为 json 的文件夹中,该文件夹位于我正在加载的页面的前一层。
您提供的链接实际上给出了 403.3 错误,这是服务器问题,而不是脚本问题。