js 圆括号运算符

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

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