如何在 Go 中检查字符串值是否为整数?
就像是
v := "4"
if isInt(v) {
fmt.Println("We have an int, we can safely cast this with strconv")
}
注意:我知道这会strconv.Atoi返回错误,但是还有其他函数可以执行此操作吗?
的问题strconv.Atoi是,它会返回7的"a7"
侃侃尔雅
慕沐林林
DIEA
相关分类