你的AnswerRRs肯定是0. package main import "fmt" func main() { var a uint16 a = 1 if a > 0 { fmt.Println("a > 0") } } 输出a > 0
你的AnswerRRs肯定是0.
输出a > 0