Appearance
小于 10 的数字转成 00 的显示格式
00
import { padLeadingZero } from '@kanjianmusic/fn'; const time = 9; padLeadingZero(time) // 09