This is the prefix version of the decrement operator.
这是递减运算子的前置版本。
This is the postfix version of the decrement operator.
这是递减运算子的后置版本。
Do not use an increment or decrement operator on the same object in more than two subexpressions of the same expression.
一个表达式里,不要在两个或更多的子表达式中对同一对象做自增或自减操作。
应用推荐