int main(int argc, char** argv) { wchar_t buf[16]; wsprintf(buf, L'%d', 5); wprintf(L'[%ls]\n', buf); system('pause'); return 0; };.
確定! 回上一頁