``` let b = function(){ return "helloworld" } a = [b] a.forEach(item => console.log( item() )) ```
阅读量:1
点赞量:9