path模块路径片段连接成新的路径
const path = require("path") const filePath = path.join(__dirname, "tmp", 'hello.txt') // 路径拼接