Day 27 axios-logout(html、javascript)

先上html的部分,logout则是把Local Storage清掉
https://ithelp.ithome.com.tw/upload/images/20200915/20129566wbvHUZ9VEr.png
再来是javascript的部分
https://ithelp.ithome.com.tw/upload/images/20200915/20129566b9v84KIn9A.png
按下LOGOUT的按钮後,就会把login时,存进Local Storage的资料清掉
https://ithelp.ithome.com.tw/upload/images/20200915/201295660f4MTUi3q8.png
以上就是今天的内容/images/emoticon/emoticon41.gif


<<:  Day27 - 防止被 Debugger 逆向

>>:  RelativeLayout - 3

Android Studio初学笔记-Day18-Intent+Bundle

Intent+Bundle Intent常用於画面的跳转,也就是Activity之间的切换,而在In...

[Day29] Maker making IoT完赛心得与一些後续的期待!

完赛结语 今天是我们团队首次参加30天铁人赛的完赛日,老套路了,首先要感谢每个对本系列文章订阅与观看...

Day-28 Breadth-First Search(BFS), 广度优先搜寻

BFS简介 BFS是用来遍历一张图的最简单演算法,也是很多在图论演算法的原型,许多演算法都是基於BF...

AWS Academy LMS (Learning Management System) 基础 - 教师

AWS Academy 登录画面 https://www.awsacademy.com/SiteLo...

Day 28-Unit Test 应用於使用重构与测试手法优化 C# Code-2 (情境及应用-8)

Unit Test 应用於使用重构与测试手法优化 C# Code-2-前言 昨天有提到我们在 Con...