將字串按照一個或多個空格分隔
strings.Fields(s string) []string
去掉字串首尾空白字元 空格和 \n\t\r
\n\t\r
strings.TrimSpace(s string) string
做自己