If my QString only has ascii character, I can convert it to std::string or char* as follow: QString x = "hello"; std::string str = x.
確定! 回上一頁