引用來源: AS3动态获得类名及类的方法_蓝调の梦想_百度空间
一般來說,想要獲取類別,大多是這麼寫的:
假設該類別名稱為mcClass...
2011年2月24日
2011年2月20日
[回鍋]使用Javascript判斷瀏覽器
引用::visioncan:: Javascript判斷瀏覽器的語法 - yam天空部落
基本上目前還蠻好用的XD,幾行就搞定。
大概是這樣~
基本上目前還蠻好用的XD,幾行就搞定。
var isOpera=(window.opera&&navigator.userAgent.match(/opera/gi))?true:false;
var isIE=(!this.isOpera&&document.all&&navigator.userAgent.match(/msie/gi))?true:false;
var isSafari=(!this.isIE&&navigator.userAgent.match(/safari/gi))?true:false;
var isGecko=(!this.isIE&&navigator.userAgent.match(/gecko/gi))?true:false;
var isFirefox=(!this.isIE&&navigator.userAgent.match(/firefox/gi))?true:false;
if (isIE) alert("this is IE!!");
大概是這樣~
2011年2月14日
訂閱:
文章 (Atom)