首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
c语言中#if....#else...#endif的使用
c语言中#if....#else...#endif的使用
it
2025-09-25
4
#if…#else…#endif的使用
此语句可以用来作注释
exp:
#
if
0
此处的内容不执行;
#
else
此处的内容执行;
#
endif
或
#
if
1
此处的内容执行;
#
else
此处的内容不执行;
#
endif
转载请注明原文地址: https://lol.8miu.com/read-29776.html
最新回复
(
0
)