摘要: 1 package customer 2 3 import ( 4 "encoding/json" 5 "fmt" 6 "os" 7 ) 8 9 type customer struct { 10 Name string 11 Sex string 12 Age int 13 Phone strin 阅读全文
posted @ 2023-09-17 10:54 看一百次夜空里的深蓝 阅读(39) 评论(0) 推荐(0) 编辑