如下:
$.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); });
时间: 2024-10-07 21:44:15