$content="<p>asfdasfdasfd<img src=\"/ueditor/php/upload/image/20140701/1404170233127851.png\" ti
$this->assign('content',$content);
在前台html页面中调用content时
{$content}
显示的竟然是
<p>asfdasfdasfd<img src="/ueditor/php/upload/image/20140701/1404170233127851.png" ti
没有对html标签进行处理,这是怎么回事?
最佳答案