1

After getting stuck trying to access another domain with ajax I discovered I'll need to use jsonp. However the web service I'm using doesn't provide jsonp output. No problem, I can write something simple on my own webserver that will wrap the output of their thing with jsonp. However before I reinvent the wheel, is there some exisiting programme that will do this for me?

4

1 回答 1

2

试试 YQL:http: //developer.yahoo.com/yql/

另请参阅:“如何使用 YQL 检索网络结果

于 2009-07-30T13:21:50.043 回答