首页
编程
java
php
前端
首页
编程
java
php
前端
第八题为什么不是选b
if(++a == b) 判断以后, a的值会加1,3*5=15
a已经++了 是5了
++a ,a就等于5了,3 * 5 = 15
点击展开全文