QT QString 转 char*

来源:互联网 发布:爱格淘宝店 编辑:程序博客网 时间:2024/05/25 19:57
const char* MsgBuff = ui->InputMsg->toPlainText().toStdString().c_str();
0 0
原创粉丝点击