js 圆括号运算符

var num = 1;
var num2 = (num = 3, ++num);
console.log(num2); // 4

posted @ 2017-04-28 00:42  ax=null  阅读(303)  评论(0)    收藏  举报