美文网首页
2019-03-19去除input默认填充内容

2019-03-19去除input默认填充内容

作者: 众生皆似尘埃啊 | 来源:发表于2019-03-19 14:03 被阅读0次

    在页面放一个空input标签 设置透明度隐藏,不能设置display:none, 因为会无效

              <input type='password' autocomplete="new-password" style="background-color: #FFFFFF!important;opacity: 0" readonly onfocus="this.removeAttribute('readonly');" onblur="this.setAttribute('readonly',true);" />
    
    

    相关文章

      网友评论

          本文标题:2019-03-19去除input默认填充内容

          本文链接:https://www.haomeiwen.com/subject/iimgmqtx.html