Node.js的require方法接收以下哪些参数()。

9 查阅

Node.js的require方法接收以下哪些参数()。

A.http、fs、path等,原生模块

B../mod或../mod,相对路径的文件模块

C./pathtomodule/mod,绝对路径的文件模块

D.mod,非原生模块的文件模块

参考答案:

答案:http、fs、path等,原生模块;./mod或../mod,相对路径的文件模块;/pathtomodule/mod,绝对路径的文件模块;mod,非原生模块的文件模块