标签:youdao index spl http lock dmi 链接 test 区别
1. node 中的模块遵循 CommonJs ,模块标识(module),模块定义(exports),模块引用(require)
2. module.exports 和 exports 指向内容中的同一块空间
3. exports 只是一个引用,如果 exports 被指向别的内存空间,导出东西依然不变。导出的东西就是 module.exports
参考链接:https://juejin.im/post/597ec55a51882556a234fcef
随笔一:module.exports 和 exports 的区别
标签:youdao index spl http lock dmi 链接 test 区别
原文地址:https://www.cnblogs.com/NikoChen/p/11129797.html