//图片缓存解决IE6位置移动,图片重复加载的问题
try {
document.execCommand("BackgroundImageCache", false, true)
} catch(e) {};
如果本篇文章帮到了你,那么,请点击右侧的百度分享,让我们一起帮助更多的朋友!
//图片缓存解决IE6位置移动,图片重复加载的问题
try {
document.execCommand("BackgroundImageCache", false, true)
} catch(e) {};