判斷 Browser

最簡單的語法

var isMSIE = /*@cc_on!@*/false;
 
if(isMSIE)
	//MSIE;
else
	//Other;