Loading

摘要: 条件编译(#if .. #else ... #endif) 1、单层 #if(条件1){printf(“满足条件1,编译该程序片段”);}#else{printf(“不满足条件1,编译该程序片段”);}#endif //结束标志,不可省略 2、嵌套使用 #if(条件1){printf(“满足条件1, 阅读全文
posted @ 2023-06-29 17:00 ⭐⭐-fighting⭐⭐ 阅读(25) 评论(0) 推荐(0)