摘要: input 只允许输入数字和小数 <el-input oninput ="value=value.replace(/[^0-9.]/g,'')" ></el-input> 阅读全文
posted @ 2022-02-09 15:22 小不点灬 阅读(27) 评论(0) 推荐(0) 编辑