#include <tchar.h> #include <windows.h> int _tmain(int argc, _tchar* argv[]) { wchar_t pwstr[] =l"I am Chinese"; wchar_t pwstr2[20]; char *pcstr = (char ...
確定! 回上一頁