package main
import (
"fmt"
)
func main(){
//float to int
fmt.Println(int64(1.9))
}
我收到语法错误“无法将'float64'类型的表达式转换为'int64'类型”,如何纠正它?
开满天机
aluckdog
相关分类