摘要: 用第三方库mahonia转换一下即可 首先需要安装一下 go get "github.com/axgle/mahonia" # 粘贴到cmd 开始使用 func ConvertEncode(src string)string{ enc := mahonia.NewDecoder("GBK") out 阅读全文
posted @ 2021-03-12 15:08 b10ckO 阅读(103) 评论(0) 推荐(0)
摘要: go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.io,direct 在cmd 输入这两行代码即可 阅读全文
posted @ 2021-03-12 15:05 b10ckO 阅读(589) 评论(0) 推荐(0)