Regular-Restrict users to only enter numbers and "-" signs in input text

This method is mainly implemented. In the input box, only phone numbers can be input.
Including mobile phone number and landline number (0-9 and -)

<input type='text' "(this.v=function(){this.value=this.value.replace(/[^0-9-]+/,'');}).call(this)" "this.v();" />

Guess you like

Origin blog.csdn.net/weixin_42645716/article/details/88870399