标签: javascript lambda ecmascript-6 es6-promise
我正在阅读一些带有lambda和promisejs的ES6代码
.then(_ => current.quit())
我想知道lambda表达式中的_ mean。我试图将它改为(),它也有效。