摘要: function randomColor(){ $str = '#'; for ($i=0; $i < 6; $i++) { $randomNum = rand(0,15); switch ($randomNum) { case '10... 阅读全文
posted @ 2015-12-14 16:25 不会r闪怪腾讯 阅读(212) 评论(0) 推荐(0)
摘要: // 获取二十四个月份 function allMonth($start,$end){ $startTime = strtotime($start.'01'); $monthArr = array(); $i=0; ... 阅读全文
posted @ 2015-12-14 16:17 不会r闪怪腾讯 阅读(284) 评论(0) 推荐(0)