$.ajax({type: "GET",
async: true,
dataType: "json",
contentType: "application/json; charset=utf-8",url: "//news.bb.xafc.com/stat/stat/l/600,957458,",
dataType: "json",
/*success: function (msg) {
console.log(msg);
},
error: function (err) {
console.log(err);
}*/
});