为什么text框会默认显示自己的账号和密码

来源:6-1 使用表单标签,与用户交互 - 使用<form>创建表单

慕粉4448690

2017-02-15 17:54

<form method="post" action="save.php">

      <label for="username">用户名:</label>

      <input type="text"  name="username" id="username" value="" />

      <label for="pass">密码:</label>

      <input type="password"  name="pass" id="pass" value="" />    

      <input type="submit" value="确定"  name="submit" />

      <input type="reset" value="重置" name="reset" />

</form>  


写回答 关注

4回答

  • 叫你猪猪
    2018-05-08 18:06:04

     readonly onfocus="this.removeAttribute('readonly');"  加上这个属性就可以了!

  • Lnany
    2017-02-15 18:04:36

    或者是你在浏览器的保存密码了

  • Lnany
    2017-02-15 18:03:28

    因为本来就是默认选项 可以设置成不显示

  • 張叄子
    2017-02-15 18:01:49

    浏览器默认缓存吧

初识HTML(5)+CSS(3)-升级版

HTML(5)+CSS(3)基础教程8小时带领大家步步深入学习标签用法和意义

1225297 学习 · 18230 问题

查看课程

相似问题