美文网首页
前端小技巧

前端小技巧

作者: 刷爆服务器 | 来源:发表于2018-07-19 10:00 被阅读0次

1.版权置底

<p style="position: fixed;margin-left:45%;color:grey;bottom: 0px;"><small>2018短学期大作业</small></p>

2.图标变小手

style="cursor:pointer;"

3.页面跳转

window.location.href="index.html";

4.设置全局变量

localStorage.setItem("user","");
           console.log("系统用户为:"+localStorage.getItem("user"));

相关文章

网友评论

      本文标题:前端小技巧

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