//判断当前访问页面是手机端还是移动端 function browserRedirect() { var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os"; var bIsMidp = sUserAgent.match(/midp/i) == "midp"; var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4"; var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb"; var bIsAndroid = sUserAgent.match(/android/i) == "android"; var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce"; var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile"; if (!(bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) ){ //电脑端 //加载css var linkNode = document.createElement("link"); linkNode.setAttribute("rel","stylesheet"); linkNode.setAttribute("type","text/css"); linkNode.setAttribute("href","https://oss.21it.com/www.21it.cn/images/default/css_pc.css"); document.head.appendChild(linkNode); }else{ //手机端 //加载css var oMeta = document.createElement('meta'); oMeta.name = 'viewport'; oMeta.content = 'width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no'; document.getElementsByTagName('head')[0].appendChild(oMeta); var linkNode = document.createElement("link"); linkNode.setAttribute("rel","stylesheet"); linkNode.setAttribute("type","text/css"); linkNode.setAttribute("href","https://oss.21it.com/www.21it.cn/images/default/css_wap.css"); document.head.appendChild(linkNode); } } browserRedirect();
2024-10
地产人脸风控系统是一种基于人脸识别技术的风险控制系统,主要应用于地产行业,以提供更加安全可靠的身份验证和数据分析。随着科技的不断发展和应用的不断扩大,人脸识别技术已经成为了一种普及
2024-10
房产人脸判客软件(房产人脸识别)的应用越来越广泛,凭借其高效、准确的特点,受到了越来越多房产行业从业者的青睐。房产人脸判客软件能够通过人脸识别技术来对客户进行分类和判别,帮助房产经纪
2024-10
您是否想了解房企人脸软件多少钱?房企在人脸识别技术的应用上逐渐增加。人脸软件可以帮助房企提高安全性、提供便捷的门禁管理以及客户管理等。那房企人脸软件多少钱呢?下面我们就来详细介绍。
2024-10
随着科技的发展,人脸识别技术在各个领域得到了广泛的应用。作为其中的一种应用形式,人脸识别软件逐渐成为了开发商的热门产品。然而,开发商在推出人脸识别软件时,需要设定收费方式,并分配相
2024-10
人脸识别技术的飞速发展和广泛应用,使得人脸风控软件成为了各个行业的热门话题。开发商人脸风控软件报价也成为了众多企业关注的焦点。那么,开发商人脸风控软件报价多少呢?本文将从几个方面详
2024-10
案场人脸监控软件,是指在房地产案场中使用人脸识别技术进行监控和管理的软件系统。随着科技的不断进步和人工智能的发展,案场人脸监控软件在房地产行业中的应用越来越广泛。那么,案场人脸监控
CopyRight © 2022 世诚云 All rights reserved. 赣ICP备2021005147号-2