Len(string)

计算string长度  

Left(string, x)

取string左段x个字符组成的字符串  

Right(string, x)

取string右段x个字符组成的字符串  

Mid(string, st[......]

阅读全文