有没有人知道有一个在线解析器可以自动删除除必要条件之外的所有注释?即
<!--[if lt IE 9]>我尝试了各种形式的HTML5缩小,但它的错误
我也看到了这些php解决方案,但如果已经存在在线解析器,则更愿意使用Removing all html comments except internet explorer comments using regex and php。
发布于 2013-06-03 22:13:29
我发现这个在线js评论删除工具似乎工作得很好
http://james.padolsey.com/demos/comment-removal-js.html
https://stackoverflow.com/questions/10375841
复制相似问题