我有文件,例如:
This is the first line
<br>
This is the second line
<br>
This is the third line
现在我想删除<br>
并格式化文本,如下所示,
<DIV ID=PAGINATION-CONTENT>
This is the first line
</DIV>
<DIV ID=PAGINATION-CONTENT>
This is the second line
</DIV>
<DIV ID=PAGINATION-CONTENT>
This is the third line
</DIV>
使用 jquery 怎么可能?