0

检查媒体编辑器工作的以下几行

<div class="editor">
  <p>this is the <i>first</i> line</p>
  <p>this is a <b>second</b> line</p>
</div>

我想要这样

<div class="editor">
this is the <i>first</i> line<br/>
this is a <b>second</b> line<br/>
</div>
4

0 回答 0