QString::fromLocal8Bit
例子
QString::fromLocal8Bit("例子");
const char* str = "中文";
QString::fromLocal8Bit(str);
QString::fromLocal8Bit
例子
QString::fromLocal8Bit("例子");
const char* str = "中文";
QString::fromLocal8Bit(str);
557
2256

被折叠的 条评论
为什么被折叠?