package mainimport ( "fmt" "strconv")func main() { output, _ := strconv.Atoi("1234") fmt.Println(output)}
沒有留言:
張貼留言