Loading

摘要: UTF-8转GBK 分两步:首先转为Unicode,再转为对应的编码 QString str = "中文测试一下"; QTextCodec *utf8 = QTextCodec::codeForName("UTF-8"); QTextCodec *gbk = QTextCodec::codeForN 阅读全文
posted @ 2025-07-29 17:55 记录学习的Lyx 阅读(119) 评论(0) 推荐(0)