文章时间:2019年3月7日 22:33:37 PHP Date() 函数可把时间戳格式化为可读性更好的日期和时间。 语法 date(format,timestamp) format 必需。规定时间戳的格式。 timestamp 可选。规定时间戳。默认是当前的日期和时间。 PHP的日期时间函数date() $t=time(); echo date("Y-m-d H:i:s",$t); 其他参。
文章时间:2018年11月7日 20:49:40 ps:PHP原生调用 导航栏循环调用: <?php $category_tree = IndexModel::get_category_tree("and catid in(2,3) or parent in(2,3)"); 。