Fork me on GitHub
摘要: https://www.jianshu.com/p/f0bffc42c1ce 相对于jade,我还是更喜欢swig前端模板引擎,jade虽然语法简练高效了不少,但是在我这最大的问题是 他没有一个html该有的样子。。。 所以我还是决定使用swig,页面结构,样子都是熟悉的样子,使用起来顺手了许多。 阅读全文
posted @ 2018-11-06 16:08 森海轮回 阅读(772) 评论(0) 推荐(0) 编辑
摘要: 文档:http://momentjs.cn/docs/#/query/is-same/'use strict' let moment = require('moment'); //获取当前时间 var now = moment().toDate(); console.log(now) //格式化当前时间 now = moment().format('YYYY-MM-DD'); console... 阅读全文
posted @ 2018-11-06 09:44 森海轮回 阅读(176) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yucaifu1989/article/details/77248791 目录 datetimepicker用法总结 目录 简述 官方文档 选项属性 1 format 格式 2 weekStart 一周从哪一天开始 3 startDate 开始时间 4 e 阅读全文
posted @ 2018-11-06 08:53 森海轮回 阅读(53026) 评论(0) 推荐(1) 编辑