摘要: $dateTime 不传值取当前时间 /** * @param mixed $dateTime 任意有效时间格式 * * @return int * @throws \Exception */ function getMillisecond($dateTime = null): int { $mic 阅读全文
posted @ 2023-07-13 12:06 buyuCoder 阅读(961) 评论(0) 推荐(0)