01 2025 档案

摘要:package main import ( "fmt" ) func main() { x := 0 if x := test(); x < 0 { fmt.Println("first") fmt.Println(x) } else { fmt.Println("second") fmt.Prin 阅读全文
posted @ 2025-01-09 10:48 rincloud 阅读(14) 评论(0) 推荐(0)