简体   繁体   中英

any public api which I can test jsonp ajax call?

除了Twitter,我想知道任何人都知道任何公共网络API,我可以用jsonp协议尝试ajax调用吗?

jsfiddle provides an echo facility which is quite useful: http://doc.jsfiddle.net/use/echo.html

JSONP URL: http://jsfiddle.net/echo/jsonp/

Data has to be provided via GET. jsFiddle will respond all data given in request. It uses URL with host and protocol as it's loaded from different domain. callback and delay will not be returned.

callback name of the jsonp function delay optional, it's a time in seconds after which data should be returned

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM