在使用VS2008、VS2010、VS2013、VS2015等编译器编译 C语言中的 strcpy() 函数时,会报错,会显示:'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 在使用VS2008、VS2010、VS2013、VS2015等编译器编译 C语言中