核心提示:moment.jsES6import moment from moment;moment(Date.now()).format(HH:mm:ss); ...
moment.js
ES6
import moment from 'moment';
moment(Date.now()).format('HH:mm:ss');
import moment from 'moment';
moment(Date.now()).format('HH:mm:ss');