能否讲下前端使用json与AJAX交互的案例?
前端按钮触发js函数
函数中使用ajax的话
$.post(url,data,function(result){
},"JSON");
result就是json格式