get
$(function(){ $("#send").click( $.get("get3.php",{ username: $("#username").val() content:$("#content").val() },function(data,textStatus){ var username=data.user .................. },"json") ); });
原文:http://www.cnblogs.com/fenle/p/4876023.html