<?php function dateDiff($start_time,$end_time,$tags = '-') { $date1 = explode($tags,$start_time); $date2 = explode($tags,$end_time); $month ...
確定! 回上一頁