To tell Javascript version of your browser

前端 未结 4 657
刺人心
刺人心 2020-12-21 22:02

I have the following script from http://javascript.about.com/library/bljver.htm


<         


        
4条回答
  •  天涯浪人
    2020-12-21 22:43

    You shouldn't use the language attribute, it's oldschool and not really relevant in this day and age. In addition, there is no standard for relaying the version of Javascript cross-browser. Not to mention different browsers have inconsistent Javascript versions.

提交回复
热议问题