list($usec, $sec) = explode(" ", microtime());
$usec=substr($usec,2,3);
$time=$sec.$usec;

相关文章: