摘要: <?php echo date('Y-m-d h:i:s',time()); //运行结果(年月日时分秒,“-”间隔):2014-09-12 06:28:32 echo date('Y-m-d',time()); //运行结果(年月日,“-”间隔):2014-09-12 echo date('Y-m 阅读全文
posted @ 2018-02-08 11:52 正义的棒棒糖 阅读(308) 评论(0) 推荐(0)