1. 程式人生 > >imageCache ios圖片顯示模糊

imageCache ios圖片顯示模糊

apicloud圖片快取用法html示例:

<img class="lazy" data-src="{{=value.img}}" src="../image/placeholder.png" onload="loadImg(this);">

js:

function......