node Path.resolve()
摘要:
var path = require("path") //引入node的path模块 path.resolve('/foo/bar', './baz') // returns '/foo/bar/baz' path.resolve('/foo/bar', 'baz') // returns '/fo 阅读全文
posted @ 2020-09-07 15:25 ranyonsue 阅读(252) 评论(0) 推荐(0)
浙公网安备 33010602011771号