$.ajax({
url: "https://aqsc.ynkg.com/zt/ajj/accident/accident/runDay2",
type: "post", //get
async: true,
cache: true,
traditional: false,
dataType: "json",
success: function(data) {
var bs= _g().getWidgetByName("bs")
bs.setValue("总访问量:"+ data.count+" "+"后台管理:当前在线人数"+data.userOnline+"人");
},
error: function() {}
});