摘要: const coloring = fn => ({ background, color = 'white' }) => (...text) => fn(`%c${text.join('')}`, `color:${color};background:${background}`); const co 阅读全文
posted @ 2020-10-20 10:45 ronle 阅读(130) 评论(0) 推荐(0)