怎样使 input 输入空格自动替换为连字符

JavaScript 发布时间:2022/07/27 阅读量:954 来源:优尚设计
在实际使用中,我们会经常遇到在input里面黏贴内容,那么如何能在黏贴过程中,对内容原有的空格替换成连字符呢?

以下代码默认的连字符为“-”,大家可替换成自己所需要的其他连字符!

<input type="text" name="message" class="input_1" id="message" onkeyup="this.value=this.value.replace(/\s/g,'-')">
文章标签: 连字符 空格 input
您可能感兴趣的内容
微信
网站定制咨询 网站定制咨询