导入 ···js const hedgehog = require('hedgehog-tools') ''' 格式化时间 '''js //调用dateFormat 对时间进行格式化 const dtStr = hedgehog.dateFormat(new Date()) //结果 2020-10-27 12:09:30