教程php过滤html标签(自带函数、正则过滤) 1、php string 函数(剥去字符串中的 HTML 标签) strip_tags(string,allow) 参数 描述 string 必需。规定要检查的字符串。 allow 可选。规定允许的标签。这些标签不会被删除。 2、正则过滤 //过... admin 8年前 (2017-03-01) 2576℃ 0评论 0喜欢