美文网首页
笔记:清浮动/js强刷新页面跳转页面

笔记:清浮动/js强刷新页面跳转页面

作者: ForeverYoung_06 | 来源:发表于2019-08-15 10:10 被阅读0次

    强制刷新页面: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>
    

    相关文章

      网友评论

          本文标题:笔记:清浮动/js强刷新页面跳转页面

          本文链接:https://www.haomeiwen.com/subject/uhuajctx.html