Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始学习使用 ES6 模块和 webpack 来组织 JavaScript 代码。我不明白的是如何在不使模块彼此紧密耦合的情况下使用它们。使用导出的代码不是天生就不可能创建松散耦合的模块吗?