<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>正在跳轉中....</title>
</head>
<script type = "text/javascript">
window.onload=function(){
if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) {
window.location.href ="https://itunes.apple.com/cn/app/id1147916224";
} else if (/(Android)/i.test(navigator.userAgent)) {
window.location.href ="http://imtt.dd.qq.com/16891/B34DCA2A96D185E7A27C9FE524A52182.apk?fsname=hzg.apk&csr=4d5s";
} else {
window.location.href ="pc.html";
};
};
</script>
<body>javascript
<div style="text_align:center;">正在跳轉中 ....</div>
</body>
</html>html