node.js生成器函数~geneator(比较难以理解,可是不影响我开发,我不用它)

1.node function* helloWorldGeneratorFunction() { yield 'hello'; yield 'world'; return '!'; } var helloWorldGenerator = helloWorldGeneratorFunction(); console.log(helloWorldGenera
相关文章
相关标签/搜索