原文:js限制input只能輸入有效的數字,有且只有一個小數點,第一個不能為小數點-備

lt doctypehtml gt lt htmllang en gt lt head gt lt metacharset UTF gt lt title gt Document lt title gt lt scriptsrc js jq.js gt lt script gt lt head gt lt body gt lt inputtype text id Score gt lt scri ...

2016-03-02 20:25 0 4374 推薦指數:

查看詳情

輸入input只能輸入數字小數點

輸入input只能輸入數字小數點 只允許輸入數字(整數:小數點不能輸入)<input type="text" onkeyup="value=value.replace(/[^\d]/g,'')" > 允許輸入小數(兩位小數)<input type ...

Tue Aug 20 00:21:00 CST 2019 0 2493
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM