Jquery-Ajax各种获取方式

时间:2015-06-12 02:41:31
【文件属性】:
文件名称:Jquery-Ajax各种获取方式
文件大小:175KB
文件格式:RAR
更新时间:2015-06-12 02:41:31
jquery json Jquery-Ajax各种获取方式 <body> <input id="getJsData" type="button" value="获取js值"/> <input id="getMessage" type="button" value="获取单个值"/> <input id="getUserInfo" type="button" value="获取UserInfo对象"/> <input id="getList" type="button" value="获取List对象"/> <input id="getMap" type="button" value="获取Map对象"/>


<!-- 要显示信息的层 -->
<form> 用户ID:<input name="userInfo.userId" type="text"/><br/> 用户名:<input name="userInfo.userName" type="text"/><br/> 密 码:<input name="userInfo.passWord" type="text"/><br> <input id="regRe" type="button" value="注册"/> </form> </body>
【文件预览】:
Jquery-Ajax各种获取方式
----src()
--------struts.xml(782B)
--------struts2jsonjquery()
----.classpath(546B)
----.mystrutsdata(240B)
----.mymetadata(342B)
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------.jsdtscope(500B)
--------org.eclipse.jdt.core.prefs(330B)
----.myeclipse()
----.project(1KB)
----WebRoot()
--------META-INF()
--------index.jsp(1KB)
--------jquery-1.3.1.js(115KB)
--------json.js(4KB)
--------WEB-INF()

网友评论

  • 谢谢分享,很实用,学习中。