标签:question https ack 如何使用 targe ref 溢出 date stack
moment
包//require语法
const moment = require(‘moment‘);
date = moment().locale(‘zh-cn‘).format(‘YYYY_MM_DD_HH_mm_ss‘);
log(chalk.bgGreen(date))
//import 语法
import moment from ‘moment‘
or
import ‘moment‘;
import moment from ‘./node_modules/moment/src/moment‘;
console.log(moment.now());
标签:question https ack 如何使用 targe ref 溢出 date stack
原文地址:https://www.cnblogs.com/ministep/p/14417524.html