摘要:
$('.income-chart .left-nav>li').click(function(){ var Index = $(this).index(); $(this).addClass('active').siblings().removeClass('active'); $... 阅读全文
摘要:
//功能:计算两个时间戳之间相差的日时分秒//$begin_time 开始时间戳//$end_time 结束时间戳function timediff($begin_time,$end_time){if($begin_time $days,"hour" => $hours,"min" => $min... 阅读全文