08 2021 档案

摘要:^[0-9]+(.[0-9]{1,2})?$ 数字保留两位小数 const handleChange = val => { let num = val.toString() if (num.indexOf('.') 0) { num = `0${num}` } num = num.replace(/ 阅读全文
posted @ 2021-08-20 18:06 未几 阅读(201) 评论(0) 推荐(0) 编辑
摘要:function init (val) { banks({ bankName: val }).then((res) => { data.bankList = res.resultData }) } function getKeyWordLish (val) { return setTimeout(( 阅读全文
posted @ 2021-08-05 11:09 未几 阅读(650) 评论(0) 推荐(0) 编辑
摘要:// 防止页面放大<meta content="yes" name="apple-mobile-web-app-capable"><meta name="viewport" content="width=device-width,height=device-height,initial-scale= 阅读全文
posted @ 2021-08-03 15:01 未几 阅读(203) 评论(0) 推荐(0) 编辑
摘要:想把软键盘的换行换成搜索只需一步,在input标签外套上一个form表单即可 <form action=""> <input type="text" name="" placeholder="搜索" οnclick="clInput()" autofocus="autofocus" </form> 阅读全文
posted @ 2021-08-03 14:54 未几 阅读(153) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示