很多人问我我在本地存的记住密码在网页上显示星号,用工具都查不到。其实很简单只要去掉type就可以了,这个办法 可以在很框架上使用。
例:<input class="formIpt formIpt-focus" tabindex="2" title="请输入密码" id="pwdInput" name="password" type="password"> //修改或者去掉 红色即可显示星号密码
提交评论