function a() { return () => { }}console.log(a()()())
function a() {
return () => {
}
console.log(a()()())
本文档使用 全库网 构建