下面这样的字符串用substring怎么取出
date = 1206
time = 1530
number = 123456789
用s.substring(16,9)显示下面的错误
dim v as string = s.substring(16,9)
明白了