$.ajax({
type: 'GET',
url: ' ',
data: { ,// 乱码在这加编码encodein: 'utf-8',encodeout: 'utf-8'},
dataType: 'JSON',
error: function () { },
success: function (res) {}
});