致命错误: Class 'think\helper\Time' not found

浏览:2338 发布日期:2018/01/22 分类:ThinkPHP5专区 关键字: Time helper
use think\helper\Time;

//日期时间戳
list($start_t, $end_t) = Time::today();
list($start_y, $end_y) = Time::yesterday();

提示:致命错误: Class 'think\helper\Time' not found,怎么解决
最佳答案
评论( 相关
后面还有条评论,点击查看>>