首页
编程
java
php
前端
首页
编程
java
php
前端
对结构体类型变量的定义
#define AA struct aa
AA{
int n;
float m;
}stud;
这样定义对吗?为什么
点击展开全文