/**
* 过滤字符串中的html标签
*
* @param string $string 待转换的字符串
* @return string
*/
static
public
function
strip_tags
(
$string
)
{
return
);
}