$.ajax({ datatype:'json', type:"post", url:"/test/doTest.do", traditional: true,//如果传值有数组,需要写 data:{ "timeConsumes":sumtime, "answers" :checkans, }, success: function(json){ Test_result(json.data) },error:function(xhr){alert(xhr.responseText)} });
$.ajax({ datatype:'json', type:"post", url:"/test/doTest.do", traditional: true,//如果传值有数组,需要写 data:{ "timeConsumes":sumtime, "answers" :checkans, }, success: function(json){ Test_result(json.data) },error:function(xhr){alert(xhr.responseText)} });