我希望在文本中显示html,但图像不会加载.当显示资产文件夹图像中的html文件中保存文本时.
String html="<html><head></head><body> <Marquee><img src="\mnt\sdcard\osVodigi\Images\apps.png"/><img src="\mnt\sdcard\osVodigi\Images\shop.png"/><img src="\mnt\sdcard\osVodigi\Images\skype.png"/><img src="\mnt\sdcard\osVodigi\Images\word.png"/></marquee>sfdfsd</body></html>";
web.loadData(html, "text/html", "utf-8");
Run Code Online (Sandbox Code Playgroud)
我如何解决问题?谢谢