用 microtime() 而不是 用 time() <?php $t = explode(' ',microtime()); $startTime = $t[0]+$t[1]; echo $startTime; ?>