gpt4 book ai didi

android webview选框字符串无法用图像替换某些字符串

转载 作者:行者123 更新时间:2023-11-29 14:08:20 27 4
gpt4 key购买 nike

我想用 up.png imagae bt 图像替换 + 不是在 webview 上生成的.....所以给我帮助。

提前致谢。

    str = str.replaceAll("\\+","<img src=drawable/up.png/ >");
WebView web = (WebView) findViewById(R.id.webview);
String summary = "<html><body><marquee>"+str+"</marquee></body></html>";
web.loadData(summary, "text/html", "utf-8");

最佳答案

我认为您的 img src 位置不正确。看看这个 question .我认为 src 应该是 'file:///android_res/drawable/up.png'

关于android webview选框字符串无法用图像替换某些字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5361782/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com