1. 程式人生 > >jQuery中去除空格的方法

jQuery中去除空格的方法

.replace(/\s+/g,"")

判斷可以輸入多少位數字,幾位小數

^(?=([0-9]{1,10}$|[0-9]{1,7}\.))(0|[1-9][0-9]*)(\.[0-9]{1,3})?$