window.onload =function() { document.getElementById("input_num").oninput =function() { this.value =this.value.replace(/\s/g,‘‘).replace(/\D/g,‘‘).replace(/(\d{4})(?=\d)/g,"$1 ");; }; };
时间: 2024-10-11 19:42:20
window.onload =function() { document.getElementById("input_num").oninput =function() { this.value =this.value.replace(/\s/g,‘‘).replace(/\D/g,‘‘).replace(/(\d{4})(?=\d)/g,"$1 ");; }; };