摘要: 输入大小写字母、数字、下划线:<input type="text" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');"> 输入小写字母、数字、下划线:<input type="text" onkeyup="this.value=this.va 阅读全文
posted @ 2018-09-10 14:45 dravenT1 阅读(443) 评论(0) 推荐(0)