1:string转化成const char*可以通过调用string类中的c_str函数实现string向const char*的转换//string与const char*转换string s = "string_To_const char* ";const ...
確定! 回上一頁