标签: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>
标签:android blog io os sp java on div log
原文地址:http://www.cnblogs.com/yanzhijun/p/4111174.html