Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是为了学习,我在 java doc 中尝试过,但没有找到。也许与任何运营商的一些特殊技巧,如!!或--
!!
--
我喜欢自动增量i++ = i=i+i
i++ = i=i+i
不,这是否定 a 的最短方法boolean。无论如何,它实际上只是一个字符,++而不是一个超级广泛使用的构造(至少与类似的东西相比i++)。
boolean
++
i++
您可以使用否定功能
negate(java.lang.Boolean bool)