摘要:
1 直接在页面Input控件里 <input type="text" onkeyup="value=value.replace(/[\u4e00-\u9fa5]/ig,'')" /> 2 拼接字符串产生的Input $parent.append('<input id="formatStr" type 阅读全文
posted @ 2022-08-22 10:33 菠萝35 阅读(218) 评论(0) 推荐(0)
|
摘要:
1 直接在页面Input控件里 <input type="text" onkeyup="value=value.replace(/[\u4e00-\u9fa5]/ig,'')" /> 2 拼接字符串产生的Input $parent.append('<input id="formatStr" type 阅读全文
posted @ 2022-08-22 10:33 菠萝35 阅读(218) 评论(0) 推荐(0) |
||