谷歌关闭 XhrIo
我是 Google Closure 的新手,我想了解 XhrIo 的工作原理。我已阅读 XHRIO 的概述 http://code.google.com/closure/ Library/docs/xhrio.html
基本上,我正在遵循该示例,但我无法使其工作。我使用 eclipse 和 tomcat 作为服务器来执行该示例。有人可以告诉我如何在 html 和使用 goog.require('goog.net.XhrIo'); 的 java 脚本之间建立连接吗?和 json 文件?谢谢你们。
I am new to Google Closure and I would like to know on how XhrIo works. I have read the overview of XHRIO http://code.google.com/closure/library/docs/xhrio.html
basically, I am following the example but I just can't make it work. I am using eclipse and tomcat as my server to perform the example. Can someone please enlighten me on just how to make the connection between html, the java script that uses the goog.require('goog.net.XhrIo'); and the json file? Thank you guys.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是发出 post 请求的示例:
Here is a sample to make a post request: