strip_html清除HTML标签
ZKEASOFT August 28, 2018
strip_html
strip_html
用于清除字符串中的HTML标签
输入
{{ "Have <em>you</em> read <strong>Ulysses</strong>?" | strip_html }}
输出
Have you read Ulysses?
ZKEASOFT August 28, 2018
strip_html
用于清除字符串中的HTML标签
输入
{{ "Have <em>you</em> read <strong>Ulysses</strong>?" | strip_html }}
输出
Have you read Ulysses?