QString 转C++ string: QString q_str = “hello”;. string c_str = str.toStdString();. C++ string 转QString: string c_str = “world”;.
確定! 回上一頁