0

我想为 Android 应用程序进行跨域调用。我曾尝试在本机和 phonegap 上使用它,但无法做到。

有什么办法吗?

4

2 回答 2

0

在你的项目上-> res -> xml ->config.xml

代替< access origin="http://127.0.0.1*"/>

< access origin="*"/>

于 2013-08-16T11:12:19.123 回答
-1

只需对@Amit Prajapati 评论进行一些更改,如下所示:

替换这个

< access origin="*"/> 

< access origin=".*"/>
于 2013-08-16T11:23:34.013 回答