1. 通过当前目录获取想要的目录,采用relative函数,例如:
function test(){ var xx= path.relative('/', '../../'); console.log(xx); } test();
2024-04-10 10:07:30
1. 通过当前目录获取想要的目录,采用relative函数,例如:
function test(){ var xx= path.relative('/', '../../'); console.log(xx); } test();