随笔 - 44,  文章 - 0,  评论 - 4,  阅读 - 27731
1
2
3
4
5
6
7
8
9
10
11
12
13
原始:
 
<input type="text" id="userName">
 
<input type="password" id="passWord">
 
修改:
 
<input type="text" id="userName">
 
<input type="password" name="user_passwd" hidden > //增加隐藏域密码框替代真实密码框被自动填写
 
<input type="password" id="passWord"> //真实密码框

  

posted on   前端小透明  阅读(1077)  评论(0编辑  收藏  举报

< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示