* 时间格式化 * * + `yyyy` 年 * + `MM` 月 * + `dd` 日 * + `HH` 时(24小时制) * + `hh` 时(12小时制) * + `mm` 分 * + `ss` 秒 * @param text * @param formatType * @param withZero * @returns
(text = new Date(), formatType = "yyyy-MM-dd HH:mm:ss", withZero = true)
source not stored for this graph (policy: none)
no test coverage detected