新建了一个字段,发布内容的时候这个字段的内容是:<a href="http://www.baidu.com"><span style="color:red;">新闻测试标题1</span>,新闻测试</a> 但是前台调用出来的效果不是自己想要的那种效果,这些代码以字符的形式调用出来了



 {module module=news flag=9 field=title,url,inputtime,description,fubiaoti,biaotidaima order=inputtime,displayorder num=15 site=1}
          
            <li>
			{if !empty($t.biaotidaima)}
            {$t.biaotidaima}
		    {/if}
			{if empty($t.biaotidaima)}
			 <a href="{$t.url}" target="_blank">{$t.fubiaoti}</a>	
			{/if}
            </li>
           {/module}
{html_entity_decode($t.biaotidaima)}需要html实体化转换一下