摘要: if (!function_exists('msec_time')) { function msec_time() { [$msec, $sec] = explode(' ', microtime()); $msectime = (float)sprintf('%.0f', (floatval($m 阅读全文
posted @ 2025-03-07 18:20 快乐的提千万 阅读(14) 评论(0) 推荐(0)