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.
我正在使用 PhoneGap 和 JavaScript 来制作 iPhone 应用程序。是否可以发送跨域 AJAX (POST) 请求并将响应下载为 HTML?(例如:登录 yahoo 邮件并获取新邮件)
Cordova/PhoneGap 允许将域列入白名单。只要您请求的服务器在白名单中。