代码如下:
if(document.getElementById)
{
alert(document.getElementById);//output: function getElementById(){ [native code] };
}
{
alert(document.getElementById);//output: function getElementById(){ [native code] };
}
如上例,该方法判断所在浏览器是否支持getElementById()方法,注意,这里if语句中的检测对象没有括号“()”。
—-想了解更多的linux相关异常处理怎么解决关注<计算机技术网(www.ctvol.com)!!>
本文来自网络收集,不代表计算机技术网立场,如涉及侵权请联系管理员删除。
ctvol管理联系方式QQ:251552304
本文章地址:https://www.ctvol.com/uncategorized/51661.html