用法:
s a = "123456789"
s b = "34"
s c = "8"
sj(a, b, c, d)
//将提示:567
tw(d)
//从头部开始截取
sj(a, null, c, d)
tw(d)
//截取到尾部
sj(a, b, null, d)
tw(d)
说明:
用于截取数据部分字符
用法:
s a = "123456789"
s b = "34"
s c = "8"
sj(a, b, c, d)
//将提示:567
tw(d)
//从头部开始截取
sj(a, null, c, d)
tw(d)
//截取到尾部
sj(a, b, null, d)
tw(d)
说明:
用于截取数据部分字符