php 判断字符串是否是htmlfunction judgeHtml($str){if($str != strip_tags($str)){echo '有'}else{echo '无'}}judgeHtml('2023-03-04html-css200