标签: strip_tags函数
thumbnail

PHP的strip_tags函数怎么用

strip_tags 函数用于从给定字符串中去除 HTML 和 PHP 标签,并返回去除标签后的结果。 以下是使用 strip_tags 函数的基本语法: php string strip_tags ( str……