摘要: 先上代码: package main import "fmt" // Option custom setup config type Option func(*option) // option 参数配置项 type option struct { sex int age int } // NewF 阅读全文
posted @ 2023-02-28 11:08 给香菜送点香菜 阅读(30) 评论(0) 推荐(0)