限制文本框只能輸入正數,小數<input type="text" οnkeyup="value=value.replace(/[^\d.]/g,'')" /> 2.只能輸入數字,能輸小數點.
確定! 回上一頁