Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 如何在智能手机上本地替换图像_Html_Mobile_Smartphone_Mobile Development_Mobile Devices - Fatal编程技术网

Html 如何在智能手机上本地替换图像

Html 如何在智能手机上本地替换图像,html,mobile,smartphone,mobile-development,mobile-devices,Html,Mobile,Smartphone,Mobile Development,Mobile Devices,例如,如何在本地替换智能手机上某个应用程序显示的图像?如何显示图像?例如,您可以使用https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture处理每个维度的源图像!没有通用的方法可以做到这一点。这将取决于许多因素,包括图像来自何处以及手机运行的操作系统。谢谢。在安卓上可以吗?如何显示图像?例如,您可以使用https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pic

例如,如何在本地替换智能手机上某个应用程序显示的图像?

如何显示图像?例如,您可以使用
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture
处理每个维度的源图像!没有通用的方法可以做到这一点。这将取决于许多因素,包括图像来自何处以及手机运行的操作系统。谢谢。在安卓上可以吗?如何显示图像?例如,您可以使用
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture
处理每个维度的源图像!没有通用的方法可以做到这一点。这将取决于许多因素,包括图像来自何处以及手机运行的操作系统。谢谢。有可能在Android上实现吗?