JS正則-銀行卡每輸入四位自動空格

<input type="text" onkeyup="this.value=this.value.replace(/\D/g,'').replace(/....(?!$)/g,'$& ')" />
相關文章
相關標籤/搜索