* [3.1](https://github.com/yuche/javascript#3.1) 使用字面值创建对象。 ~~~ // bad const item = new Object(); // good const item = {};

评论区

登录 后参与评论
× Preview