日期:2014-05-16 浏览次数:21066 次
ar1 = split("11,3,44,23,7",",") x=ar1(0) for i=1 to ubound(ar1) if ar1(i)-x>0 then x=ar1(i) end if next response.write(x)