1.查看浏览器信息
navigator.userAgent
检索浏览器信息包括哪些字符
例如:
if (navigator.userAgent.toLowerCase().indexOf("htc") >= 0) { $("#GuanKa .page_content").css("transform", "scale(0.92)"); $(".gaunka_pic").css("top", "-100px"); $(".ertongji_btn").css("top", "570px"); }
时间: 2024-10-08 01:08:12