标签:com nbsp pre style bsp 处理 inpu 通过 自动
input处理:
通过添加readonly&onfocus =“this.removeAttribute(‘readonly‘);
<input type="password" name="Password" autocomplete="off" readonly onfocus="this.removeAttribute(‘readonly‘);" >
样式处理:
input[readonly]{ background-color: #fff }
标签:com nbsp pre style bsp 处理 inpu 通过 自动
原文地址:https://www.cnblogs.com/benbendu/p/11133393.html