Ajax返回数据却一直进入error

写自己网站项目,使用ajax     $.ajax({ url: '../Music/Default2.aspx?Types=' + type + '&texts=' + text + '', type: 'GET', // data: '&texts=' + text + '', dataType: 'json', success: function (data) { console.log(d
相关文章
相关标签/搜索