var arr = {"token":"123"};
$.ajax({
url: '2.js',
type: 'POST',
data: JSON.stringify(arr),
contentType: 'application/json; charset=utf-8',
dataType: 'json',
//async: false,
success: function (r) {
console.log('res');
console.log(r);
}
});
/*xxx*/{"result":"1000"}/*xxx*/
/*xxx*/{"result":"1000"}/*xxx*/
- не является валидным JSON-ом.