摘要: #include <string.h> #include <iostream> using namespace std; struct TestStruct { char *a{nullptr}; char *b{nullptr}; char *c{nullptr}; int id; }; int 阅读全文
posted @ 2021-10-20 19:59 邱明成 阅读(267) 评论(0) 推荐(0) 编辑