熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Java編程 >> JSP教程 >> 正文

javascript和html判斷浏覽器類型

2022-06-13   來源: JSP教程 

  javascript判斷    navigatoruserAgentindexOf(“iPhone”)
    HTML判斷IE類型
    <![if !IE]><!> 除IE外都可識別 <!<![endif]>
    <![if IE]> 所有的IE可識別 <![endif]>
    <![if IE ]> 只有IE可以識別 <![endif]>
    <![if IE ]> 僅IE與IE可以識別 <![endif]>
    <![if gt IE ]> IE以及IE以上版本都可以識別 <![endif]>
    <![if IE ]> 僅IE可識別 <![endif]>
    <![if lt IE ]> IE以及IE以下版本可識別 <![endif]>
    <![if gte IE ]> IE以及IE以上版本可識別 <![endif]>
    <![if IE ]> 僅IE可識別 <![endif]>
    <![if lt IE ]> IE以及IE以下版本可識別 <![endif]>
    <![if gte IE ]> IE以及IE以上版本可識別 <![endif]>
 


From:http://tw.wingwit.com/Article/program/Java/JSP/201311/19808.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.