有沒有簡單的方法來糾正錯誤解釋的html標籤? 例如:我有一個HTML文件以下文字:錯誤的html標籤
<div class=paragraph style=" padding:0.00pt 18.48pt 0.00pt 19.68pt; text-align:left;"><span class=font29 style=" line-height:10.56pt;">Here is some text. and here comes a <wrongly interpreted html-tag> how can the "<" and ">" be removed?</span></div>
我如何可以提取並糾正一切錯誤地解釋html標籤? 我想到了一個列表,我添加了所有「正確的」html標籤。但我不知道這是否會工作...
感謝您的任何幫助! :)
不要做無效的標記在首位。在文字中使用'<'和'>'而不是'<' and '>'。一旦你打破了一個雞蛋,很難將它塞回殼中。 – Amadan 2014-09-24 08:56:49
嗯,事情是,我所有的文件包含已經「<" and ">」... – MarkF6 2014-09-24 09:49:58