天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

javascript獲取div的內(nèi)容 精華篇

原理:采用innerText 或者 innerHTML
復制代碼 代碼如下:
<script language=”Javascript”>
var stock_code = stockcode.innerText;
var stock_code = stockcode.innerHTML;
</script>
<div id="stockcode" style="display:none">
test
</div>


innerText 跟 innerHTML是兩個非DOM標準的方法
其區(qū)別如圖所示:
(圖中應該為innerText)


在IE中 innerText 跟 inner HTML 兩個方法都能正常運行

但是FF里面的innerText不可用,但是有一個替代方法: textContent

IE: oDiv.innerText = aString; oDiv.innerHTML = aString;
FF: oDiv.textContent = aString; oDiv.innerHTML = aString;

Ajax in action 的作者之一Eric 用正則表達式 實現(xiàn)了 一個兼容方法,比較有趣
Hope this helps
A little smirk
One day a secretary is leaving on her lunch break, and she notices her boss standing in front of a shredder with a clueless look on his face. The secretary walks up to him and asks if he needs help.
"Yes!" he says looking and sounding relieved, "This is very important."
Glad to help, she turns the shredder on and inserts the paper. Then her boss says, "Thanks, I only need one copy."
Create function like innerText
As you may have figured out innerText is IE only. That means that browsers like Mozilla, Firefox, and NETscape will return undefined. If you do not know what innerText does, it strips out all of the tags so you only see the text.
For example, if a div contains the HTML <span id='span1'>Eric</span>, innerHTML would return <span id='span1'>Eric</span> while innerText will return Eric.
Now to make innerHTML act the same we need to use some regular expressions with the strings replace() method.
Now the basic pattern we need to match is or or or
Now the regular expression we need to use is /<//?[^>]+>/gi
If you do not know regular expressions here is a quick explanation:
/ - Starts the regular expression
< - Match the less than sign
// - Escape the character / so it can be matched (Without the / you would be saying it is the end of the reg exp.)
? - Match the / character 0 or 1 times
[^>] - Match any character but greater than sign
+ - Match [^>] one or more times
> - Match greater than sign
/ - End the regular expression
gi - Tells regular expression to match global and ignore the case
So now the function to replace the text would look like:
復制代碼 代碼如下:
<script type="text/Javascript">
var regExp = /<//?[^>]+>/gi;
function ReplaceTags(xStr){
xStr = xStr.replace(regExp,"");
return xStr;
}
</script>

All you need to do is pass it a string and it returns the string stripped of the tags.
An example is shown below to grab the text from a div without the tags.

[Ctrl+A 全選 注:如需引入外部Js需刷新才能執(zhí)行]

JavaScript技術(shù)javascript獲取div的內(nèi)容 精華篇,轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 亚洲AV无码专区国产精品麻豆 | 精品国产成人系列 | 久久99国产视频 | 99热都是精品 | 久久亚洲国产精品亚洲 | 国产人妻精品无码AV在线五十路 | GAY2022空少被体育生暴菊 | 久久精品天天中文字幕 | 九九久久久 | AV天堂AV亚洲啪啪久久无码 | 日本无修肉动漫在线观看 | 麻豆乱码一卡二卡三卡视频 | 亚洲狠狠网站色噜噜 | 西施打开双腿下面好紧 | 亚洲三级在线观看 | 欧美亚洲曰韩一本道 | 欧美一区二区三区男同 | 新影音先锋男人色资源网 | 成年人视频在线免费 | 3344永久在线观看视频免费 | 乳欲性高清在线 | 99re精品视频在线播放视频 | 且试天下芒果免费观看 | 伦理片在线线看手机版 | 久久这里只有精品2 | 尤蜜网站在线进入免费 | 2022精品福利在线小视频 | 国产在线视频一区二区不卡 | 男人吃奶摸下弄进去好爽 | 秋霞电影网午夜免费鲁丝片 | 国产精品卡1卡2卡三卡四 | 亚洲中文字幕永久在线 | 成人在免费视频手机观看网站 | 台湾18成人影院 | 成人欧美一区二区三区白人 | 天天影视香色欲综合网 | 卫生间被教官做好爽HH视频 | 97在线精品视频免费 | 久久综合中文字幕无码 | 久久午夜一区二区 | 男女牲交全过程免费播放 |