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

浙公网安备 33010602011771号