Skip to main content

函数原型

func substr(s1 string, start int, length int) string

参数介绍

举例