摘要:
//返回当前的毫秒时间戳 function msectime() { list($msec, $sec) = explode(' ', microtime()); $msectime = (float)sprintf('%.0f', (floatval($msec) + floatval($sec) 阅读全文
posted @ 2023-03-21 17:28
depressiom
阅读(234)
评论(0)
推荐(0)
浙公网安备 33010602011771号