Microsoft VBScript 运行时错误 (0x800A0009) 下标越界: '[number: 2]'
Microsoft VBScript 运行时错误 (0x800A0009) 下标越界: '[number: 2]'
日期:2012-08-04 20:35:00 人气:1
function getstring(str)
temp=split(str,"\")
if ubound(temp)>=3 then getstring=temp(2)+"\"+temp(3)
end function
str="e:\web\images\01.jpg"
a=getstring(str)