{dede:field.body runphp='yes'}
$str = @me;
$str1 = array("链接","使用","百度");
$str2 = array("<a href='http://www.baidu.com'>链接</a>","<a href='http://www.baidu.com'>使用</a>","<a href='http://www.baidu.com'>百度</a>");
$str3 = str_replace($str1,$str2,$str);
@me = $str3;
{/dede:field.body}
