摘要: package main import ( "fmt" "strconv" ) type UserInfo struct { Id string //用户编号 Name string //用户名称 } func main() { //获取所有用户信息 usrs := GetAllUser() //第 阅读全文
posted @ 2020-08-25 17:30 nickchou 阅读(381) 评论(0) 推荐(0) 编辑