var path=require("path");
// 当前js文件的目录内的hello.txt文件
var n=path.join(__dirname,"hello.txt");
// 当前js文件的绝对路径
console.log(__filename);
var path=require("path");
// 当前js文件的目录内的hello.txt文件
var n=path.join(__dirname,"hello.txt");
// 当前js文件的绝对路径
console.log(__filename);
本文标题:node path
本文链接:https://www.haomeiwen.com/subject/tvkaahtx.html
网友评论