<script>
function ss() {
var u = navigator.userAgent;
if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) {//安卓手机
location.href = '2.html?id=3323/#wechat_redirect';
}
else if (u.indexOf('iPhone') > -1) {//苹果手机
location.href = '2.html?id=3323/';//取参数的时候去除/
}
}
</script>
根据不同的手机系统类型进行跳转