html 简单的预缓存
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 简单的预缓存相关的知识,希望对你有一定的参考价值。
切图生成html,加鼠标响应,预缓存
<style> .d4{ width:190; height:170; background-image: url(images/未标题-1_09-16.jpg); cursor: pointer; } .d4:hover{ width:190; height:170; background-image: url(images/1_09-16.jpg); cursor: pointer; } </style> <img src="images/1_09-16.jpg" style="display:none"> <div class="d4"></div>
以上是关于html 简单的预缓存的主要内容,如果未能解决你的问题,请参考以下文章
Android获取各个应用程序的缓存文件代码小片段(使用AIDL)