0

所以假设我有以下代码:

<div id="some_id" class="another_class" style="background-color:#000;">
    Content goes here
</div>

我需要一些 jquery 来生成以下代码:

<div>
    Content goes here
</div>

有没有办法做到这一点?

4

0 回答 0