转化为HTML
{dr_code2html('参数')}
例子:
$data='<p>你好</P>'
{dr_code2html($data)}
输出:你好。
把<p></p>作为html方式读取展示。
一般用在列表和帖子内容页面。