var path = require('path'); path.join(mydir, "foo");. 上面代码在Unix系统下,会返回路径 mydir/foo 。 path.resolve().
確定! 回上一頁