字符截取
$.ajax({ type: "POST", cache: false, async:false, url: "saveManager.action", data: {"yhm":tyhm,"xm":txm,"mm":tmm,"zt":tzt,"sjhm":tsjhm}, success: function(msg){ var str=msg; var newstr=str.substring(1,str.length-1); arr=newstr.split("@"); if (arr[0]==0){ $('#aw').window({ onClose:function(){ reloadself('gly'); } }); $('#aw').window('close'); }else{ msger(arr[1]); return false; } } });

浙公网安备 33010602011771号