[size=medium]When you intentionally use the empty statement, it is a good idea to comment your code in a way that
makes it clear that you are doing it on purpose. For example:
makes it clear that you are doing it on purpose. For example:
for(i=0; i < a.length; a[i++] = 0) /* Empty */ ;[/size]
本文讨论了在编程中故意使用空语句的情况,并强调了为这种做法添加注释的重要性,以确保代码的可读性和维护性。
588

被折叠的 条评论
为什么被折叠?



