使用51Degrees.mobi可以,这个还能在线自动更新移动端新设备。http://51degrees.codeplex.com/
可以判断当前机器屏幕大小,决定是电脑访问还是手机访问。
http请求中 有个useragent你可以根据这个来判断
userAgent 属性是一个只读的字符串,声明了浏览器用于 HTTP 请求的用户代理头的值。
一般来讲,它是在 navigator.appCodeName 的值之后加上斜线和 navigator.appVersion 的值构成的。
例如:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)。
注:用户代理头:user-agent header。
http://detectmobilebrowsers.com/ 这个各种语言版本的
userAgent