函数原型
errno_t strcpy_s( char *strDestination, size_t numberOfElements, const char *strSource );
为啥报错了?