我采用的是通过修改template中的view_path的路径
在入口文件public下面的index中写下如下方法
function isMobile()
{
$agent = strtolower($_SERVER['HTTP_USER_AGENT']);
$is_pc = (strpos($agent, 'windows nt')) ? true : false;
$is_mac = (strpos($agent, 'mac os')) ? true : false;
$is_iphone = (strpos(

&spm=1001.2101.3001.5002&articleId=79586271&d=1&t=3&u=3b3f18b1a9014a419391b5ba06f36693)

被折叠的 条评论
为什么被折叠?



