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.
Android 应用程序中的 Webview 不显示 JPG 图像,但显示 PNG 图像没有问题。
这是PNG的代码(工作)
<img src="dir/image.PNG">
对于 JPG(不工作)
<img src="dir/image.JPG">
那是格式问题。我使用标准的 PNG 到 JPG 转换器。