摘要: $("#tel").keyup(function(){ _self = $(this); if(_self.val().length == 3 || _self.val().length == 8){ var str = _self.val()+" "; _self.val(str); } }); 阅读全文
posted @ 2018-03-13 17:37 李文和 阅读(841) 评论(0) 推荐(0) 编辑