码迷,mamicode.com
首页 > 其他好文 > 详细

表单中的银行卡格式输入

时间:2017-08-03 01:03:43      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:方法   htm   text   blog   nbsp   输入   max   功能需求   class   

1.这个功能需求还算比较多。

2.这个方法很简洁。

 1 <!DOCTYPE html>
 2 <html>
 3     <head>
 4         <meta charset="UTF-8">
 5         <title></title>
 6     </head>
 7     <body>
 8         
 9         <input onkeyup="this.value=this.value.replace(/(\d{4})(?=[^\s])/,‘$1 ‘);" type="text" maxlength="23" />
10     </body>
11 </html>

 

表单中的银行卡格式输入

标签:方法   htm   text   blog   nbsp   输入   max   功能需求   class   

原文地址:http://www.cnblogs.com/chengyunshen/p/7277267.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!