is_mobile 是否是移动端访问

方法名称:is_mobile

参数:无

用途:判断当前设备是移动端还是pc端


范例:

{if is_mobile()}

这是移动端

{else}

这是pc端

{/if}