string str1 = "hello"; const char* string1 = str1; 我收到一個錯誤。 cannot convert 'std::string {aka std::basic_string}' to 'const char ...
確定! 回上一頁