摘要: <?php header("Content-type: text/html; charset=utf-8"); //设置中国时区 date_default_timezone_set('PRC'); require_once("./Smarty/libs/Smarty.class.php"); $sm 阅读全文
posted @ 2023-04-26 21:24 paoPaoLong_liu 阅读(16) 评论(0) 推荐(0)
摘要: 1 <?php 2 header("Content-type: text/html; charset=utf-8"); 3 //设置中国时区 4 date_default_timezone_set('PRC'); 5 6 require_once("./Smarty/libs/Smarty.clas 阅读全文
posted @ 2023-04-26 20:57 paoPaoLong_liu 阅读(27) 评论(0) 推荐(0)