package main
import (
"fmt"
"reflect"
)
func main() {
type User struct {
UserId int...
阅读全文...
命令行参数flag包
[note type="primary modern no-icon"]《go程序设计语言》[/note]package main
import (
"flag"
"fmt"
"...
阅读全文...
阅读全文...