摘要: 1.跳转到新页面使用: window.open(`#/abc`) //打开新页面 2.返回页面不变: 阅读全文
posted @ 2018-05-23 13:51 doublealoe 阅读(2906) 评论(0) 推荐(0)
摘要: const formatTimes = date => { const year = date.getFullYear() const month = date.getMonth() + 1 const day = date.getDate() const hour = date.getHours() const minute = date.getMinutes() co... 阅读全文
posted @ 2018-05-23 12:28 doublealoe 阅读(302) 评论(0) 推荐(0)