摘要: 1.config.js文件中的数据模块化输出 //config.jsmodule.exports.telphone = "4000100002"; //通过 module.exports将数据层模块化输出,以下两个例子也是如此 module.exports.courses = [{ "id": 1, 阅读全文
posted @ 2022-02-10 11:13 ゞ苏幕遮 阅读(463) 评论(0) 推荐(0)