var i int var s string="123" i, _ = strconv.Atoi(s) fmt.Println(i) // -> 123. 数値→文字列変換. 型変換. Copied! var i int=321 var s string s ...
確定! 回上一頁