您的位置: 首页 > IT文章 > nodejs 获取当前路径的方法 nodejs 获取当前路径的方法 分类: IT文章 • 2022-08-02 10:17:38 var path = require("path"); var url = path.resolve('./');