摘要: 最近正好在查阅这方面的资料,看到 网络上一些文章对于QString转 char* 和 const char* 的方法是这样说明的: QString str(“hello world!”); 转成const char * : const char * arr = str.toStdString.c_s 阅读全文
posted @ 2023-02-09 13:46 CScgy 阅读(69) 评论(0) 推荐(0)