摘要: $arr = date_parse_from_format ( "Y年m月d日" , "2015年10月12日" );$timestamp = mktime(0,0,0,$arr['month'],$arr['day'],$arr['year']); 阅读全文
posted @ 2017-11-28 15:09 先生丨孙 阅读(421) 评论(0) 推荐(0) 编辑