jquery跨域请求
我需要创建一些执行跨域请求的 JavaScript。
该脚本必须请求所需的页面并将其显示在屏幕上。
需要做的以及在 facebook 上实现的显示 iframe 应用程序一样。如何创建这个?请演示或提供教程链接。
谢谢。
I need to create some JavaScript that does a cross-domain request.
The script must request a desired page and display it on the screen.
Need to do as well as this realised on facebook at display iframe application. How create this? Prease to demonstrate or give link on tutorial.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议查看
JSONP
和$.getJSON()
有 关于这个主题有很多答案。I'd suggest looking at
JSONP
and$.getJSON()
There are lots of answers on this subject.有多种方法可以做到这一点,您的问题没有说明具体细节。它还包含我试图编辑但仍然无法完全理解的可怕语法。请说得更具体一些。如果您希望获得比此更好的答案,请编辑您的问题。
There are multiple ways of doing this, and your question states no specifics. It also contains horrible grammar that I attempted to edit but could still not fully understand. Please be more specific. Edit your questions if you wish to receive better answers than this one.