firefox浏览器不支持innerText的解决方法_javascript技巧【点击查看详情】
firefox浏览器不支持innerText的解决方法_javascript技巧:js代码: 代码如下: window.onload = function(){ if(window.navigator.userAgent.toLowerCase().indexOf(msie)==0){ //firefox innerText HTMLElement.prototype.__defineGetter__( innerTex
相关视频/文章