如下:

$.ajaxSettings.async = false;
$.getJSON('/AjaxSwitchDynamicInfo/GetPortUsedCount.cspx', {
switchId: id,
portName: obj[i].name
}, function (objj) {
uphtml += getImgHtml(firChar, obj[i], "up", len, i, mknum, obj[i].num, objj);
});

 

相关文章:

  • 2021-10-01
  • 2021-08-25
  • 2022-02-19
  • 2022-12-23
  • 2022-03-09
  • 2021-06-21
  • 2021-10-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
相关资源
相似解决方案