JQuery 发送Json格式数据

简述:

需要封装一组Json格式的数据到服务器


知识点:

1. 调用jquery.json的库

2. AJAX Post 请求


Jquery下载地址

http://jquery.com/download/


Jquery.json

http://code.google.com/p/jquery-json/


代码:

testSendJson.jsp

<%@ page contentType="text/html;charset=UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>




发送Json格式数据







	
	Action Path:   
    
	
result:


输出:


你可能感兴趣的:(JQuery)