2. wchar_t*->wstring. (1)直接轉換 const wchar_t* nodename; wstring temp = nodename; wstring temp2(nodename);. 3. string->char*.
確定! 回上一頁