我们可以通过require()来获取其它文件导出的数据,但要注意的是传给require的路径只能是相对路径。// 获取指定页面通过module.exports导出的数据 var postsData = require("../../../data/posts-data.js");