是否有用于 asp.net mvc 的 HTML Tidy 工具/库?
我喜欢 html tidy 工具在线工作的方式。有没有一个工具可以实时优化 html?
I love how the html tidy tool works online. Is there a tool for this that beitifies html in real time?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
HTML Tidy 已经存在很长一段时间了。它是用 C 编写的,但有多个包装器,包括 .Net。这里还有一些可能有用的链接。
http://geoffmclane.com/tidy/tidy_06.htm
http://int64.org/projects/tidy-binaries
http://www.nextdesigns.ca/articles/tidy.aspx
There is HTML Tidy, which has been around for quite a while. It's written in C, but has has several wrappers, including .Net. Here are a few more links that may find useful.
http://geoffmclane.com/tidy/tidy_06.htm
http://int64.org/projects/tidy-binaries
http://www.nextdesigns.ca/articles/tidy.aspx