go

开始以(str string)开头

英文: Go StartsWith(str string) 问题 在Go语言中是否有一个StartsWith(str1, str2 string)函数,可以检查str1是否是str2的前缀? 我想要一...