兼容解决 IE 、火狐、谷歌浏览器中 Iframe框架的页面缓存的方法

<script type="text/javascript">
        document.write('<iframe src="/ad_footer.html?'+ (new Date()).getTime() +'" width="918" scrolling="no" frameborder="0" height="41"></iframe>');
</script>


原文地址:https://www.cnblogs.com/liujiang04/p/6079639.html