摘要: function Sec2Time($time){ if(is_numeric($time)){ $value = array( "years" => 0, "days" => 0, "hours" => 0, "minutes" => 0, "seconds" => 0, ); ... 阅读全文
posted @ 2018-07-14 15:50 张志健 阅读(777) 评论(0) 推荐(0)