摘要: $Date_1 = date("Y-m-d"); $Date_2 = "2018-8-20"; $d1 = strtotime($Date_1); $d2 = strtotime($Date_2); $Days = ($d2-$d1)/3600/24; echo "相差" . $Days . "天"; function prDates($start,$end){ //... 阅读全文
posted @ 2018-08-31 10:10 不一样的开始 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 冒泡排序 快速排序 阅读全文
posted @ 2018-08-31 09:56 不一样的开始 阅读(128) 评论(0) 推荐(0) 编辑