摘要: Node.js path 模块提供了一些用于处理文件路径的小工具,我们可以通过以下方式引入该模块: const path = require("path") 方法 1、path.join([path1][, path2][, ...]): const path = require("path"); 阅读全文
posted @ 2020-12-29 22:04 Samve 阅读(210) 评论(0) 推荐(0) 编辑