zhongyoucong


  • 自己封装的树处理插件

    published 1.0.2 2 years ago
  • (function (w) { function $Date (isFormat = true) { # 格式化日期 前台传值方式 引用类.dateFormat(1402233166999,"yyyy-MM-dd hh:mm:ss") this.dateFormat = function (date, fmt = 'yyyy-MM-dd hh:mm:ss') { let getDate = new Date(date); let o = { 'M+':

    published 1.0.0 2 years ago