熱門標簽:福建外呼增值業(yè)務線路電銷機器人源碼網(wǎng)盤下載河北智能外呼系統(tǒng)軟件宜賓語音外呼系統(tǒng)軟件調(diào)度系統(tǒng)外呼電銷機器人教育伊春外呼業(yè)務系統(tǒng)中國辦理電信400電話綿陽防封電銷卡價格% '****************************** '函數(shù):GetMax(str) '參數(shù):str,待處理的數(shù)字數(shù)組,以,分隔多了數(shù)字 '作者:阿里西西 '日期:2007/7/12 '描述:取得數(shù)組中的最大值 '示例:%=GetMax("360,120,5,600,32")%> '****************************** function GetMax(str) num=split(str,",") max=num(0) for ii=0 to ubound(num) if cint(num(ii))>cint(max) then max=num(ii) response.write "num="num(ii)",max="max"br />" next getmax=max end function %>