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.
有没有办法在做 JSONP 请求时获得响应状态。我的意思是,我可以看看它是一个成功的请求 200 OK,还是找不到 404,或者不可用等?
或者:也许有一种方法可以尝试加载.js使用对象加载文件new Image(),即假设它是图像然后查看响应状态?或者尝试加载甚至完全不同的东西?
.js
new Image()
是否有任何 JavaScript 跨域方法来检查资源是否可用或 404 不可用?
可能是该库会有所帮助:
https://github.com/jaubourg/jquery-jsonp