0) 은 즉 브라우저입니다. navigator.appName.indexOf("Microsoft") != -1(IE 브라우저의 경우) navigator.userAgent.indexOf("MSIE 6.0")>0은 ie6인지 확인합니다. navigator.appVersion.match(/6./i)=="6.&quo"/> 0) 은 즉 브라우저입니다. navigator.appName.indexOf("Microsoft") != -1(IE 브라우저의 경우) navigator.userAgent.indexOf("MSIE 6.0")>0은 ie6인지 확인합니다. navigator.appVersion.match(/6./i)=="6.&quo">
IE 브라우저의 경우
if(navigator.userAgent.indexOf("MSIE")>0).
navigator.appName.indexOf("Microsoft") != -1(IE 브라우저).
navigator.userAgent.indexOf("MSIE 6.0")>0 ie6
navigator.appVersion.match(/6./i)=="6인지 확인합니다." ie6입니다
js 브라우저 정보 가져오기
out 's 's 사용 out out out out out out's together's 's' down ‐ ‐ ‐ n and and ‐ t t t t t to to tod 가로질러 Java 지원: navigator.javaEnabled( )
MIME 유형(배열): navigator.mimeTypes
시스템 플랫폼: navigator.platform
- out out off out off out's out out out way out way outole outole out out out outole 아웃 아웃 아웃 아웃 아웃 아웃 아웃 아웃 아웃 아웃 아웃 아웃 아웃 아웃 함께
-- -- s
Js 코드
<script language="JavaScript"> <!-- function getOs() { var OsObject = ""; if(navigator.userAgent.indexOf("MSIE")>0) { return "MSIE"; } if(isFirefox=navigator.userAgent.indexOf("Firefox")>0){ return "Firefox"; } if(isSafari=navigator.userAgent.indexOf("Safari")>0) { return "Safari"; } if(isCamino=navigator.userAgent.indexOf("Camino")>0){ return "Camino"; } if(isMozilla=navigator.userAgent.indexOf("Gecko/")>0){ return "Gecko"; } } alert("您的浏览器类型为:"+getOs()); --> </script>
위 내용은 JS를 사용하여 현재 브라우저 유형 확인의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!