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 敏捷包就可以防止 xss(解析然后获取内部文本)。使用hap后使用antixss会重复吗?
谢谢,杆。
苹果和橙子。
HTML Agility Pack 是一个解析 HTML 并使用解析后的文档的工具。
AntiXSSLibrary 是用于在您的 HTML 和网站上防止 XSS 的工具。
比较两者对我来说没有多大意义。