摘要: /* * 函数说明:富文本数据进行转换成文本 * * @access public * @param $content string 富文本数据 * @return string 不包含标签的文本 */ function contentFormat($content = ''){ $data = $ 阅读全文
posted @ 2020-07-21 17:53 Deer_Lin 阅读(2626) 评论(0) 推荐(0)