strip_tags() 函数剥去 HTML、XML 以及 PHP 的标签。
复制代码 代码如下:
world!”); ?>
复制代码 代码如下:
$smarty = new Smarty;
$smarty->assign(‘articleTitle', “Blind Woman Gets New Kidney from Dad she Hasn't Seen in years.”);
$smarty->display(‘index.tpl');
复制代码 代码如下:
{$articleTitle}
{$articleTitlestrip_tags}
复制代码 代码如下:
Blind Woman Gets New Kidney from Dad she Hasn't Seen in years.
Blind Woman Gets New Kidney from Dad she Hasn't Seen in years.
复制代码 代码如下:
{$article.contenttruncate:35:”…”:true}