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.
我正在尝试“跨域”从 Google 搜索中获取数据。我想出了 PHP,但我不想使用它。我想直接使用 JavaScript 获取数据。但是怎么做?JSONP?或其他?
您可以仅通过 ajax 使用 google 搜索 API,例如 jQuery.get()。因为 Google 的 javascript API 绕过了 AJAX 中的跨域安全性