利用jQuery+ajax到后台进行逻辑操作 2、将逻辑操作后的结果进行返回 $(function(){ $.ajax({ url : "给出url地址", type : "post", dataType : "json", data