iapp 用法 s a = "abcdefghijk" ssg(a, 2, 6, b) //将提示:cdef tw(b) s a = "abcdefghijk" ssg(a, 6, b) //将提示:ghijk tw(b) 说明 根据字符的位置进行截取字符,若失败将变量“b”赋值 null