客户端判断现在改成什么了? 开源系统 更新 2021-03-26 17:23:32 迅睿粉丝 if !$ci->agent->is_robot() and !$ci->agent->is_mobile()以前2.7.3能用,现在不起作用了。v3里面改成什么了还是需要怎么写?我记得好像pc改成is_pc了?其他呢
{if IS_PC} {/if} {if !IS_PC} {/if}