index.php: 代码如下: $smarty = new Smarty; $smarty->assign(‘articleTitle', “Blind Woman Gets <span style=”font-family: &amp;”>New Kidney</span> from Dad she Hasn't Seen in <strong>years</strong>.”); $smarty->display(‘index.tpl');
输出结果: 代码如下: Blind Woman Gets <span style=”font-family: helvetica;”>New Kidney</span> from Dad she Hasn't Seen in <strong>years</strong>. Blind Woman Gets New Kidney from Dad she Hasn't Seen in years.