摘要:
//2022年8月24日09:41:18 #include <iostream> using namespace std; #include <string> class Maker { public://公有权限 void set(string Name, int Id) { id = Id; n 阅读全文
摘要:
3.错误代码C4996 错误 C4996 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WA 阅读全文