var num = 1;var num2 = (num = 3, ++num);console.log(num2); // 4
转载于:https://www.cnblogs.com/ax-null/p/6778432.html