标签: javascript html jsp
我有一个text box,其中的占位符为__-__-__(“ _”表示数字)。在框中键入内容时,将其输入为123456。 我需要将其输入为12-34-56(无需手动添加“-”字符)
text box
__-__-__
123456
12-34-56
<input type="text" placeholder ="__-__-__" id="number"/>
答案 0 :(得分:0)
您可以使用cleave.js格式化输入
https://nosir.github.io/cleave.js/