0

I want to retrieve some data from another server via ajax. I have searched through the net and been advised to use jsonp method. My question is if that other server does not returns data in json format rather than plainText then how can i catch that data, is there any way?

4

1 回答 1

1

如果服务器不允许跨域资源共享,并且没有实现 JSONP,则需要使用本地代理。试试简单的 PHP 代理

于 2013-03-02T11:56:14.893 回答