Go/文本處理/字符串處理

# 字符串經常使用函數函數 package main import ( "fmt" "strconv" "strings" ) func main() { //是否包含子串 fmt.Println(strings.Contains("hellogo","go")) //true //切片連成字符串 s := []string{"aa","bb","cc"} fmt.Prin
相關文章
相關標籤/搜索