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.
我有 index.html 的源代码、css 文件、图像等。但我不知道如何在 Htmlspanner 中“添加”index.html 的依赖项以允许它们包含在最终渲染中,使用Android 库 HtmlSpanner
CharSequence cs = htmlspanner.fromHtml(String.valueOf(index))
我尝试使用 ImageHandler,但我不知道如何解决它,谁能帮助我?