ZhangZhihui's Blog  

2024年6月9日

摘要: package main import ( "fmt" "os" "strconv" ) func main() { arguments := os.Args if len(arguments) == 1 { fmt.Println("Not enough arguments") } var tot 阅读全文
posted @ 2024-06-09 21:37 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑
 
摘要: 阅读全文
posted @ 2024-06-09 21:00 ZhangZhihuiAAA 阅读(5) 评论(0) 推荐(0) 编辑