Skip to main content

12 posts tagged with "node.js"

View All Tags

Node.js require 缓存

· One min read
Alan
Maintainer of blog

在Node环境, 使用require多次加载模块时, 返回的都是同一个对象, 通过require.cache可以迭代查看所有require缓存的对象.