随笔分类 -  Nodejs

摘要:Javascript 一、时间格式 npm i moment --save 引入 moment 使用时间格式化 formatvar time = moment(Date.now()).format('YYYY-MM-DD HH:mm:ss') 阅读全文
posted @ 2022-12-07 15:18 realhopezj 阅读(22) 评论(0) 推荐(0)
摘要:第一种: 1,路由: res.render("yjtz", {msg:msgstr1,data:datastr1}); 2.ejs页面 第二种、在前端ejs页面使用ajax $.ajax({ url: OL_Action_Root+'/upload/imgxxvideo/'+id, //路由 typ 阅读全文
posted @ 2021-06-30 15:19 realhopezj 阅读(333) 评论(0) 推荐(0)