笔记:清浮动/js强刷新页面跳转页面
2019-08-15 本文已影响0人
ForeverYoung_06
强制刷新页面:window.reload();
跳转外链接:window.location.href="http://*******"
请浮动:
<style>
.clearfix::before,.clearfix::after{
content:"";
display:block;
width:0;
height:0;
visibility:hidden;
clear:both;
}
.clearfix:{
zoom:1;
}
</style>