摘要: #include <stdio.h> //多个变量共同作用才能得到一个值 最终才能得到我们想要效果 typedef struct _device_power { float voltage; float current; float direction; float power; }Device_p 阅读全文
posted @ 2020-06-27 20:09 卷哭你 阅读(142) 评论(0) 推荐(0)