摘要: #include<iostream>#include<string>using namespace std;typedef struct data_frame{ //数据域 char frame[20]; //指针域 struct data_frame* next;}frame; void link 阅读全文
posted @ 2023-07-17 13:00 依羽 阅读(69) 评论(0) 推荐(0)