在模板语言中是否可以去除所有标签但保留带有段落(<p>
)的标签?
例子:
鉴于:
<p>In this lesson, you will learn how to apply....</p>
<br>
<img src="http://example.com/photos/b/8/d/0/60312.jpeg" style="max-height : 700px ; max-width : 700px ; margin : 5px">
<p>After attending this workshop you will always be the star!</p>
<ul><li> Test </li></ul>
最终输出:
<p> In this lesson, you will learn how to apply....</p>
<p>After attending this workshop you will always be the star!</p> Test