判断题
class Bar { doStuff() { console.log(‘stuff’); }}var b = new Bar();b.doStuff() // 返回报错信息。
【参考答案】
错误
点击查看答案

判断题
错误
微信扫一扫,加关注免费搜题