MVC 3 空白删除(最佳 alogritm)?

发布于 2024-11-07 10:52:40 字数 376 浏览 0 评论 0 原文

现在我正在使用 Mads Kristensen 的这个 WhiteSpace 模块, http://madskristensen.net/post/A-whitespace-removal-HTTP-module-for-ASPNET-20.aspx

其工作“正常”,但可能会更好(输出我得到可以进一步减少空白)。有人有一个好的正则表达式/算法来删除空格吗?我的意思是,就像 google.com 使用的那样。现在这很有效。

我唯一的标准是您可以从内部使用它和 MVC 操作过滤器。

Right now i am using this WhiteSpace module from Mads Kristensen, http://madskristensen.net/post/A-whitespace-removal-HTTP-module-for-ASPNET-20.aspx

Its working "ok" but it could be better (The output that i get could be reduced further from whitespaces). Does anyone have a good regex/algoritm to remove whitespaces? I mean, like the one google.com uses. Now thats efficient.

The only criteria that i have is that you can use it from inside and a MVC action filter.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沫离伤花 2024-11-14 10:52:40

您可以查看 HTML Tidy。但请记住,您将从 压缩 输出而不是整理。只需注意警告这样做时。

You may checkout HTML Tidy. But remember that you will get much more benefit from compressing the output rather than tidying. Just watch for a caveat when doing this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文