偶尔会在代码中看到 (a,b)这样的写法,请问这种写法是什么意思? 比如下面这段代码: var foo = { bar: function () { alert(this); } }; (foo.bar, foo.bar)(); 查看完整描述