Node.js 的 require方法接收以下哪些参数( )。 A: http、fs、path等,原生模块 B: ./mod或../mod,相对路径的文件模块 C: /pathtomodule/mod,绝对路径的文件模块 D: mod,非原生模块的文件模块
Node.js 的 require方法接收以下哪些参数( )。 A: http、fs、path等,原生模块 B: ./mod或../mod,相对路径的文件模块 C: /pathtomodule/mod,绝对路径的文件模块 D: mod,非原生模块的文件模块
1