log-formatter 结合chalk,提供了一种方便格式化log输出的方式 用法: import log from 'log-formatter'; 或者 const log = require('log-formatter').default; DEMO