strip_tags剥去字符串中的 HTML 标签

<?php
echo strip_tags("Hello <b>world!</b>");
?>
原文地址:https://www.cnblogs.com/sunyq/p/6027946.html