显示浏览器中的密码

转载自 https://github.com/sunwu51/notebook/issues/3

重点:只能显示浏览器中已经存储的密码

方法一:直接在浏览器控制台输出document.querySelector('input[type=password]').value就可以啦 。

方法二:审查元素,将type从password改成text

 

posted @ 2020-07-14 15:35  Rogn  阅读(497)  评论(0编辑  收藏  举报