QString qstr; string str; str = qstr.toStdString(); qstr = QString::fromStdString(str);. 1; 2 ...
確定! 回上一頁