摘要: 输入框input只能输入数字和小数点 只允许输入数字(整数:小数点不能输入)<input type="text" onkeyup="value=value.replace(/[^\d]/g,'')" >允许输入小数(两位小数)<input type="text" onkeyup="value=val 阅读全文
posted @ 2022-01-20 14:11 小蜗牛大世界 阅读(167) 评论(0) 推荐(0)