移動端輸入框限制只能輸入數字

原來是這樣寫的:ios <input  type="text"  onkeyup="this.value=(this.value.match(/\d+(\.\d{0,2})?/)||[''])[0];"> this 發現只有pc端和安卓移動端好用,ios移動端上就很差使,因而加上了type="tel"input 發現彈出了純數字鍵盤,可是無法輸入小數點啊。。。io 最後使用以下寫法:移動 <inp
相關文章
相關標籤/搜索