标签:方法 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