摘要: 后台直接传来的时间是这样的 需要转换为标准时间格式 代码如下: 使用了layui数据表格的模板列 { field: 'RegistTime', title: '注册时间', templet: function (d) { return TimeFormat(d.RegistTime) } } fun 阅读全文
posted @ 2021-05-14 10:52 奇迹之耀 阅读(795) 评论(0) 推荐(0) 编辑