php判断是否isPhone、is_weixin
摘要:
protected function isPhone(){ $agent = strtolower($_SERVER['HTTP_USER_AGENT']); //pc请求头信息数组 $pc_arr=array('windows nt','macintosh','ipad','baiduspider','spider'); //... 阅读全文
posted @ 2017-08-22 10:00 飞离地平线 阅读(814) 评论(2) 推荐(0) 编辑