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.
我想为 Android 应用程序进行跨域调用。我曾尝试在本机和 phonegap 上使用它,但无法做到。
有什么办法吗?
在你的项目上-> res -> xml ->config.xml
-> res -> xml ->config.xml
代替< access origin="http://127.0.0.1*"/>
< access origin="http://127.0.0.1*"/>
至< access origin="*"/>
< access origin="*"/>
只需对@Amit Prajapati 评论进行一些更改,如下所示:
替换这个
至
< access origin=".*"/>