niubility-coding-js
niubility-coding-js copied to clipboard
JS基础知识,++自增运算符
var a =10; var b = ++a; => a=10; b=11
a,b应该都是11
好的,感谢提供题目,我会把它放到第五期当中