$.ajax({
type: "POST",
url: urlString,
data: { formaaqq: 'tt' },
dataType: "json",
success: function(data) {
alert("dd");
},
error: function(){
}
});@H_502_12@
参数参考地址:@H_502_12@
http://www.runoob.com/jquery/ajax-ajax.html@H_502_12@
http://blog.sina.com.cn/s/blog_4f925fc30100la36.html@H_502_12@