标签:des android cWeb blog http io ar os 使用
识别方法:采用Fiddler 抓包工具 侦测手机http链接,抓取http头 查看
工具:Fiddler
1:Fiddler配置
允许远程设备连接,配置端口为默认8888(确保8888端口没有被其他进程占用)
2:手机设置:例如iphone
function isMobile() { return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); }
标签:des android cWeb blog http io ar os 使用
原文地址:http://www.cnblogs.com/newsouls/p/4125730.html