亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

首頁課程jquery fun class (quick start version)jQuery - Get content and attributes

jQuery - Get content and attributes

目錄列表

獲得內容 - text()、html()

兩個簡單實用的用于 DOM 操作的 jQuery 方法:


text() - 設置或返回所選元素的文本內容

html() - 設置或返回所選元素的內容(包括 HTML 標記)

57(MQ(SL7%@1LX@N(8S(7QV.png

請在以下空白處填入答案,單擊span的獲取到php中文網(wǎng)并且獲取到里面的標簽

<script type="text/javascript">

$(function(){

$('span').(function(){

alert($(this).());

} )

})

</script>

1/2