error C4996: ‘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. 解决办法: 打开项目属性,如图,加入/D "_CRT_SECURE_NO_WARNINGS" 相关文章: 2022-12-23 2021-08-24 2021-07-20 2021-10-16 2022-12-23 2021-09-20 2022-12-23 2021-10-21