<div id="ad" style="z-index:100; position: absolute; bottom: 5px; width: 100%; ">
<a href="#" target="_blank">
<img src="https://stats.chinaz.com/gj_g/anweishi.gif" width="100%">
</a>
</div>
<script>
$(document).ready(function () {
setTimeout(function () {
$('#ad').remove();
}, 5000); // 5000毫秒后删除div
});
</script>
© 版权声明
文章版权归作者所有,转载请预留文章地址。s.wbsun.net
THE END
暂无评论内容