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.
有 cgi.escape 但似乎是用纯 python 实现的。似乎大多数像 Django 这样的框架也只是运行一些正则表达式。这是我们经常做的事情,所以最好让它尽可能快。
也许 C 实现不会比一系列正则表达式快多少?
请参阅基于libxml2的lxml。虽然它主要是一个 XML 库,但也提供 HTML 支持。