Posted in Javascript onJuly 25, 2009
if(document.getElementById) { alert(document.getElementById);//output: function getElementById(){ [native code] }; }
如上例,该方法判断所在浏览器是否支持getElementById()方法,注意,这里if语句中的检测对象没有括号“()”。
对象特征检测法判断浏览器对javascript对象的支持
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@