去除HTML携带的标签常用函数
string strip_tags(string str);
编辑器存放内容到数据库时p标签会转换成这种<p></p>
需要使用htmlspecialchars_decode($x);进行转换