会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
组装梦想
博客园
首页
新随笔
联系
管理
订阅
2021年11月27日
go简单写个ini配置文件读取工具
摘要: 直接上代码: 1 package main 2 3 import ( 4 "fmt" 5 "io/ioutil" 6 "reflect" 7 "strconv" 8 "strings" 9 ) 10 11 type MysqlConfig struct { 12 Address string `in
阅读全文
posted @ 2021-11-27 18:03 组装梦想
阅读(62)
评论(0)
推荐(0)
编辑
公告