271 该字符串包中包含HasPrefix和HasSuffix。 import "strings" startsWith := strings.HasPrefix("prefix", "pre") // true endsWith := strings.HasSuffix("suffix", "fix") // true play.golang.org — 凯尔·芬利(Kyle Finley) source