为了账号安全,请及时绑定邮箱和手机立即绑定

用Babel 把es6代码转为es5时 然后generator函数在浏览器中报错怎么解决

用Babel 把es6代码转为es5时 然后generator函数在浏览器中报错怎么解决

哆啦的时光机 2019-02-26 17:07:54
es6中代码 想打印一下报错function* add(){    yield "hello";    yield "world";    return "encoding";}let ad=add();console.log(ad.next())console.log(ad.next())console.log(ad.next());console.log(1)
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 665 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信