摘要: Vue.component('todo-item', { template: '\ \ {{ title }}\ X\ \ ', props: ['title'] }) new Vue({ el: '#todo-list-example', data: { newTodoText: ''... 阅读全文
posted @ 2018-05-30 22:39 前端极客 阅读(268) 评论(0) 推荐(0) 编辑
摘要: //第一种方法 1498627266000 var timestamp1 =Date.parse(new Date()); console.log(timestamp1); //第二种方法 1498627266558 var timestamp2 =(new Date()).valueOf... 阅读全文
posted @ 2018-05-30 18:59 前端极客 阅读(5651) 评论(0) 推荐(0) 编辑