,比如我有:如何在js/jquery中獲取html標籤的內部html?
<p class="question">
this is my paragraph
<p> And i'm inside
tag in question class
<h1> And this is my heading</h1>
</p>
</p>
的問題是,我怎樣才能得到問題類的內部HTML象下面這樣:
this is my paragraph
<p> And i'm inside tag in question class
<h1> And this is my heading</h1>
</p>
您是否在搜索它? – Azim
搜索「jquery inner html」的第一個結果是一個關於你剛纔問的完整解釋頁面。 搜索「js inner html」的第一個結果也是一個完整的說明頁面。請在提問之前進行搜索 –
嵌套'p'標籤可能會導致問題.....雖然'p'中的'h1'? –