码迷,mamicode.com
首页 > 移动开发 > 详细

判断是手机用户还是pc用户

时间:2014-11-20 18:33:52      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:android   blog   io   os   sp   java   on   div   log   

<script language="JavaScript" type="text/javascript">  
	{  	
		if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i)){
		window.location.href=‘phone.html‘;
		}else{
			window.location.href=‘index.html‘;
			}
	 	
	}     
</script>

 

判断是手机用户还是pc用户

标签:android   blog   io   os   sp   java   on   div   log   

原文地址:http://www.cnblogs.com/yanzhijun/p/4111174.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!