0
点赞
收藏
分享

微信扫一扫

html正则 但是不包含img

程序猿不脱发2 2022-01-24 阅读 39
html前端

关键在于 <(?!img)[^>]+>

<script[\s\S]*?</script>|<style[\s\S]*?</style>|<(?!img)[^>]+>|&.{1,8};
举报

相关推荐

0 条评论