C++ 异常类型 #include <iostream>#include <string.h>/** * */using namespace std;class Myexception{public: Myexception(char* str){ error=new char[strlen(str)+1]; strcpy(error... Other 2023-09-17 41 点赞 0 评论 62 浏览