2023年4月13日

摘要: 转自:https://blog.csdn.net/qq_43535970/article/details/127516919 input number 数字输入限制,最大值最小值输入范围限制前言有时候我们会有一些需求限制输入数字的大小,比如一个24小时数字输入框,7天数字输入框等等,这个时候我们就需 阅读全文
posted @ 2023-04-13 16:54 shiberhou 阅读(2825) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.jianshu.com/p/fc5d02cdf3d7 输入大小写字母、数字、下划线: <input type="text" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');"> 输入小写字母、数字、下划线: <i 阅读全文
posted @ 2023-04-13 16:34 shiberhou 阅读(68) 评论(0) 推荐(0) 编辑

导航