显示浏览器中的密码

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

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

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

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

原文地址:https://www.cnblogs.com/lfri/p/13299366.html