Thank thank everyone
一本德语字典
德语字典 .rtf file http://goo.gl/rhPkiL
德语字典 .ePub file http://goo.gl/2Aa3Eb
入面 每笔 单字 都被 "段落" 包住
<p class="calibre_11">一笔单字</p>
我想在 每个"段落"入面 的 第一个 "breakline" 前面 插入 分号
请问需要下载什么
1. 工具 及
2. 方法 ?
Find and replace all
<p class="calibre_11">
<span class="bold">
单字1
</span>
不同的内容
<br class="calibre1"/> //在第一个breakline前面插入分号
字义解释1
<br class="calibre1"/> //其余的 breakline 不作更动
字义解释2
<br class="calibre1"/> //其余的 breakline 不作更动
字义解释3
</p>
to
<p class="calibre_11">
<span class="bold">
单字1
</span>
不同的内容
;<br class="calibre1"/> //在第一个breakline前面插入分号
字义解释1
<br class="calibre1"/> //其余的 breakline 不作更动
字义解释2
<br class="calibre1"/> //其余的 breakline 不作更动
字义解释3
</p>
※ 编辑: Nitschke (61.18.110.123), 09/29/2016 09:45:49