Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想删除 html 评论标签
<!--QuoteEnd--></div><!--QuoteEEnd--> <!--hide me-->Abc<!--hide me-->
删除后
</div> Abc
echo preg_replace("/(<!--.+?-->)/s", "", "<!--QuoteEnd--></div><!--QuoteEEnd--> <!--hide me-->Abc<!--hide me-->");
输出