大家面试别人流程是怎么样的-灵析社区

万码5BAEWDBP

``` let b = function(){ return "helloworld" } a = [b] a.forEach(item => console.log( item() )) ```

阅读量:1

点赞量:9

问AI