摘要: func ConvertGB18030(input string) (output string, err error) { decoder := simplifiedchinese.GB18030.NewDecoder() return decoder.String(input) } 阅读全文
posted @ 2023-12-07 20:05 潜行1 阅读(318) 评论(0) 推荐(0)