作者:藏A组合别_577 | 来源:互联网 | 2023-05-17 20:07
Ihaveaform,whenIclickonsubmitbutton,Iwanttocommunicatewiththeserverandgetsomethin
I have a form, when I click on submit button, I want to communicate with the server and get something from the server to be displayed on the same page. Everything must be done in AJAX manner. How to do it in Google App Engine? If possible, I want to do it in JQuery.
我有一个表单,当我点击submit按钮时,我想与服务器进行通信,并从服务器获取一些东西显示在同一个页面上。一切都必须以AJAX方式完成。如何在谷歌App引擎中实现?如果可能的话,我想用JQuery来做。
Edit: The example in code.google.com/appengine/articles/rpc.html doesn't work on form.
编辑:code.google.com/appengine/articles/rpc.html中的示例对表单不起作用。
Edit: The rpc procedure doesn't work for form.
编辑:rpc过程不适用于表单。
3 个解决方案