1
undozen OP co: http://github.com/visionmedia/co
destructuring assignment: http://wiki.ecmascript.org/doku.php?id=harmony:destructuring 上一个特性在 v8 的支持状态 https://code.google.com/p/v8/issues/detail?id=811 |
2
lepture 2014-03-19 00:42:53 +08:00
StackOverflow & SegmentFault 是更合适的提问的地方。
|
3
xieren58 2014-03-19 10:03:43 +08:00 1
直接 var aa = (yield asyncMath.bind(null, [1, 2, 3]))[0]; 不就完了??
|