nodejs require
摘要:
The rules of where require finds the files can be a little complex, but a simple rule of thumb is that if the file doesn't start with "./" or "/", then it is either considered a core module (and the local Node path is checked), or a dependency in the local node_modules folder 阅读全文
posted @ 2013-10-17 17:38 samson 阅读(391) 评论(0) 推荐(0) 编辑