返回列表 上一主題 發帖

[發問] 我手上有一個epub檔案 我想將一個html tag find and replace all 做另一個 html tag

[發問] 我手上有一個epub檔案 我想將一個html tag find and replace all 做另一個 html tag

本帖最後由 BenchPlayer 於 2016-9-18 14:30 編輯

請問要下載甚麼軟件 及 方法?

find and replace all <span class="bold">*</span> with <h2 >*</h2 >
while keeping the sub tag, <span class="under">*</span> unchanged.
  1.     <span class="bold">
  2.     <span class="under">
  3.     *contents are different
  4.     </span>
  5.     </span>
複製代碼
To
  1.     <h2>
  2.     <span class="under">
  3.     *contents are different
  4.     </span>
  5.     </h2 >
複製代碼

EPUB檔案只是個壓縮檔....
修改內容不難!
重點是 你要知道怎把它包回去~~

TOP

        靜思自在 : 手心向下是助人,手心向上是求人;助人快樂,求人痛苦。
返回列表 上一主題