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.
在序列化 (json) 和 ajaxed 之前,利用 jsoup 白名单清理程序清理 html。
如何允许 html 中的所有 data-* 属性,而不必显式地将每个实例添加到白名单中?
我不认为有一个内置的功能。不过,您可以做的是,获取您的 html 字符串,搜索每个数据属性(正则表达式是个好主意)并将它们显式添加到循环中。