golang 經常使用類型轉換

strconv包提供了一些轉換函數函數 func Atoi(s string) (i int, err error) 將字符串轉化爲整形字符串 func Itoa(i int) string 將整形轉化爲字符串  string
相關文章
相關標籤/搜索