摘要: <?php/*** 判断是否是通过手机访问* @return bool 是否是移动设备 */public function isMobile() { //判断手机发送的客户端标志 if(isset($_SERVER['HTTP_USER_AGENT'])) { $userAgent = strtol 阅读全文
posted @ 2016-02-23 23:11 老榕树 阅读(2101) 评论(0) 推荐(0)