用instr和mid这两个函数就可以!
dim str as string
dim i as integer
i=instr(1,"202.194.75.246/pub/mp3","/")
str=mid(,"202.194.75.246/pub/mp3",1,i-1)
用这种方法即可!