使用 JavaScript 发出和处理 JSONP 请求
我想在客户端进行跨域请求,所以我选择了JSONP。我是 JSONP 新手,想使用 JavaScript 而不是 jQuery 向 http://somedomain.com 发出请求。如果我获得在 JavaScript 中使用 JSONP 发出和处理请求的示例代码片段,这将对我的开发非常有帮助。
I would like to make cross domain request in the client end, so I chose JSONP. I am new to JSONP and would like to make a request to http://somedomain.com using JavaScript and not jQuery. It would be very helpful for my development if I get sample snippet to make and handle a request using JSONP in JavaScript.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个从谷歌电子表格中获取数据的小示例:
与此示例相关的一条评论。如果您想使用自己的 Google 电子表格,则需要将其公开共享并发布。
Here's a small example fetching data from a google spreadsheet:
One comment related to this example. If you want to play with your own google spreadsheet, you need to both share it as public, and publish it.