... 賦值為空 constc= str.c_str(); //string型別轉const char*型別 printf_s("%s\n", str.c_str()); //列印string型別資料.c_str() printf_s("%s\n", ...
確定! 回上一頁