转载自 https://github.com/sunwu51/notebook/issues/3
重点:只能显示浏览器中已经存储的密码
方法一:直接在浏览器控制台输出document.querySelector('input[type=password]').value就可以啦 。
方法二:审查元素,将type从password改成text