bibrowsercheck.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 81 行

XML
81
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiBrowserCheck" extends="BiObject">	<description>This class is used to identifiy the browser that the user is using.</description>	<arguments>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>		<field name="ie">			<description>Whether the browser is Internet Explorer or not.</description>			<type>Boolean</type>		</field>		<field name="ie55">			<description>Whether the browser is Internet Explorer 5.5 or not.</description>			<type>Boolean</type>		</field>		<field name="ie6">			<description>Whether the browser is Internet Explorer 6.x or not.</description>			<type>Boolean</type>		</field>		<field name="moz">			<description>Whether the browser is Mozilla or not.</description>			<type>Boolean</type>		</field>		<field name="version">			<description>The version of the current browser.</description>			<type>String</type>		</field>		<field name="platform">			<description>The platform for the current browser.</description>			<type>String</type>		</field>		<field name="hta">			<description>Whether the application was launched as an HTA (HTML Application)</description>			<type>String</type>		</field>	</staticFields>	<methods>	</methods>	<properties>		<property name="ie" get="true">			<description>Whether the browser is Internet Explorer or not.</description>			<type>Boolean</type>		</property>		<property name="ie55" get="true">			<description>Whether the browser is Internet Explorer 5.5 or not.</description>			<type>Boolean</type>		</property>		<property name="ie6" get="true">			<description>Whether the browser is Internet Explorer 6.x or not.</description>			<type>Boolean</type>		</property>		<property name="moz" get="true">			<description>Whether the browser is Mozilla or not.</description>			<type>Boolean</type>		</property>		<property name="version" get="true">			<description>The version of the current browser. This is a string because it may contain a 'a', 'b' or multiple '.' characters. For example Mozilla 1.4.1 will return "1.4.1". Other possible results are "1.6b" etc. For Mozilla based browsers the version reflects the version of the rendering engine and not the version of the product (thus Netscape 7.1 will return "1.4").</description>			<type>String</type>		</property>		<property name="platform" get="true">			<description>This is the platform that the user uses.</description>			<type>String</type>		</property>		<property name="hta" get="true">			<description>Whether the application was launched as an HTA (HTML Application)</description>			<type>Boolean</type>		</property>	</properties>	<events>	</events>	<remarks>This is a singleton class and for convenience the properties are also 			available as static fields.</remarks></class>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?