摘要:
控制器 <?phpnamespace app\index\controller; use think\Db; class Index{ public function userlist() { $list=Db::name('users')->paginate(10,false, [ 'type' 阅读全文
posted @ 2018-08-16 15:27
你我他哈
阅读(1082)
评论(0)
推荐(0)
摘要:
// 如果有HTTP_X_WAP_PROFILE则一定是移动设备
if (isset ($_SERVER['HTTP_X_WAP_PROFILE']))
{
return true;
} 阅读全文
posted @ 2018-08-16 15:24
你我他哈
阅读(1607)
评论(0)
推荐(0)

浙公网安备 33010602011771号