node.js生成器函數~geneator(比較難以理解,可是不影響我開發,我不用它)

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