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.
无论如何我可以欺骗 Jquery .load 同源策略吗?我最接近的是本教程。
但这仅涉及 rss 提要。
同源策略是浏览器的事情,而不是 jQuery 的事情。
JSON-P是解决此问题的常用方法,并且不仅限于 RSS 提要。它甚至记录在jQuery 文档中(参见使用 Flickr 的示例)