$.ajax({ type: 'get', url : '/api/species', //url: '/api/one/new/list?p=1', data: sendData, dataType: 'json', success: function (data) { if (data) { //请求成功 } else { alert(data.msg); } }, error: function () { //alert(""); } });
$.ajax({ type: 'get', url : '/api/species', //url: '/api/one/new/list?p=1', data: sendData, dataType: 'json', success: function (data) { if (data) { //请求成功 } else { alert(data.msg); } }, error: function () { //alert(""); } });