... 賦值爲空 constc= str.c_str(); //string類型轉const char*類型 printf_s("%s\n", str.c_str()); //打印string類型數據.c_str() printf_s("%s\n", ...
確定! 回上一頁