path模块,nodejs用来处理路径的模块。
const path = require('path')
path.join([...paths])
参数 ...paths :代表任意多个路径片段
返回值为string类型,例子: