关于input文本框双击自动提示的处理

    单个:

  <input type="text" autoComplete= "Off " />

  所有表单内:

  <form autocomplete= "off ">

  <input type= "text " name= "mytext" />

  </form>

posted @ 2015-10-19 16:04  yu0312chao  阅读(886)  评论(0编辑  收藏  举报