//判断当前访问页面是手机端还是移动端 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
开发商AI人脸风控系统是现代科技与人脸识别技术的结合,用于提高安全性和减少风险。随着科技的发展,越来越多的开发商开始意识到人脸识别技术的重要性,因此他们开始积极探索和采用AI人脸风控系
2024-10
人脸识别技术在现代社会中得到了广泛的应用,不仅在安全领域有着重要的作用,还在商业领域中发挥着重要的作用。开发商人脸判客软件是一种利用人脸识别技术进行客户判别和识别的软件,可以帮助企
2024-10
在房地产行业,人脸识别技术正在得到广泛应用。随着人工智能技术的不断发展,房地产AI人脸识别已经成为了一种趋势。房地产AI人脸识别技术的应用,极大地提高了房地产行业的安全性和便利性,让人
2024-10
楼盘AI人脸风控软件是一种基于人脸识别技术的智能安防系统,它通过识别和分析人脸信息,实现对楼盘的安全管理和风险控制。这种软件可以应用于楼盘的门禁系统、监控系统等场景,有效提升楼盘的安
2024-10
在当今的地产市场中,人脸识别技术已经被广泛应用。尤其是在售楼现场,人脸识别技术已经成为了一个不可或缺的工具。人脸摄像头和售楼现场人脸识别技术的应用,让售楼过程更加高效、便捷,也更加
CopyRight © 2022 世诚云 All rights reserved. 赣ICP备2021005147号-2