使用 std::basic_string::c_str 方法將字串轉換為char 陣列 ... c_string = tmp_string.c_str(); cout << c_string << endl; return EXIT_SUCCESS; }.
確定! 回上一頁