摘要: /** * 判断是否是手机 * @return bool */ function is_mobile() { $agent = strtolower($_SERVER['HTTP_USER_AGENT']); $is_pc = (strpos($agent, 'windows nt')) ? tru 阅读全文
posted @ 2021-11-11 10:30 样子2018 阅读(264) 评论(0) 推荐(0)