首先,swprintf_s()不是标准的C++函数,它是VC++特有的 标准的 int swprintf(wchar_t *buffer, const wchar_t *format[, argument, ...]); 是sprintf的宽字符版
確定! 回上一頁