index_zq.html 1.05 KB
<!DOCTYPE >
<html>

<head>
	<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
	<title>中科视语</title>
	<meta name="keywords" content="中科视语,人工智能"/>
	<meta name=”description” content="中科视语王金桥团队"/>
</head>

<body>
	<script type="text/javascript">
		$(document).ready(function () {
            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.xll = (p=='Xll')||(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 = "zhongke_vision/index.html"
            }
            else {
                window.location.href = "zhongke_mobile_2/index.html"

            }

            // window.location.href = "zhongke_mobile/index.html"

        })





	</script>
</body>

</html>