国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

firefox瀏覽器不支持innerText的解決方法

2019-11-20 22:26:35
字體:
供稿:網(wǎng)友
js代碼:
復制代碼 代碼如下:

<script>
window.onload = function(){
<PRE class=javascript name="code">if(window.navigator.userAgent.toLowerCase().indexOf("msie")==0){ //firefox innerText
HTMLElement.prototype.__defineGetter__( "innerText",
function(){
var anyString = "";
var childS = this.childNodes;
for(var i=0; i<childS.length; i++) {
if(childS[i].nodeType==1)
anyString += childS[i].tagName=="BR" ? '/n' : childS[i].textContent;
else if(childS[i].nodeType==3)
anyString += childS[i].nodeValue;
}
return anyString;
}
);
HTMLElement.prototype.__defineSetter__( "innerText",
function(sText){
this.textContent=sText;
}
);
};</PRE>var test = document.getElementById("test");<BR>
var innerText_s = test.innerText;<BR>
if( innerText_s == undefined ){<BR>
alert( test.textContent ); // firefox<BR>
}else{ <BR>
alert( test.innerText);<BR>
};<BR>
<BR>
<BR>
}<BR>
<BR>
<BR>
</script><BR>
<PRE></PRE>
<P><BR>
</P>
<P>html代碼</P>
<P><div id="test"><BR>
      <span style="color:red">test1</span> test2<BR>
</div><BR>
</P>
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 台湾省| 双柏县| 孙吴县| 金华市| 洞口县| 正镶白旗| 浙江省| 苍梧县| 上栗县| 临湘市| 高尔夫| 兴安县| 苍溪县| 永靖县| 乐业县| 松阳县| 鹤壁市| 拜泉县| 武清区| 绵竹市| 湖州市| 千阳县| 湘西| 云和县| 金溪县| 昌都县| 葫芦岛市| 申扎县| 雅江县| 广平县| 密山市| 车险| 彰化市| 黄龙县| 章丘市| 西青区| 大洼县| 石门县| 和田市| 苏尼特右旗| 揭东县|