ie6的background不停请求的bug解决办法 在ie6下,存在连续请求背景图片的bug,有个办法可以解决,记号一下:
if(ie6){ document.execCommand("BackgroundImageCache", false, true);}