<!DOCTYPE HTML>
<html>
<script type="text/javascript">
<!--
//平台、设备和操作系统
var system = {
win: false,
mac: false,
xll: false,
ipad:false
};
//检测平台
var p = navigator.platform;
system.win = p.indexOf("Win") == 0;
system.mac = p.indexOf("Mac") == 0;
system.x11 = (p == "X11") || (p.indexOf("Linux") == 0);
system.ipad = (navigator.userAgent.match(/iPad/i) != null)?true:false;
if (system.win || system.mac || system.xll||system.ipad) {
window.location.href = "http://wap.baidu.com";
} else {
window.location.href = "http://www.baidu.com";
}
-->
</script>
<body>
<h1>i believe i can fly!</h1>
</body>
</html>
<html>
<script type="text/javascript">
<!--
//平台、设备和操作系统
var system = {
win: false,
mac: false,
xll: false,
ipad:false
};
//检测平台
var p = navigator.platform;
system.win = p.indexOf("Win") == 0;
system.mac = p.indexOf("Mac") == 0;
system.x11 = (p == "X11") || (p.indexOf("Linux") == 0);
system.ipad = (navigator.userAgent.match(/iPad/i) != null)?true:false;
if (system.win || system.mac || system.xll||system.ipad) {
window.location.href = "http://wap.baidu.com";
} else {
window.location.href = "http://www.baidu.com";
}
-->
</script>
<body>
<h1>i believe i can fly!</h1>
</body>
</html>