当时的代码是这样子的: // 1 QString str = "Hello, world!"; char *cStr = str.toStdString().c_str(); // 2 std::string sstr ...
確定! 回上一頁