标签: javascript node.js
我经常看到这样写的代码:
const {Test} = require('Test'); const AnotherTest = require('AnotherTest');
如果将其放在对象中有什么区别?