摘要:
一、校验数字的表达式 数字:^[0-9]*$ n位的数字:^\d{n}$ 至少n位的数字:^\d{n,}$ m-n位的数字:^\d{m,n}$ 零和非零开头的数字:^(0|[1-9][0-9]*)$ 非零开头的最多带两位小数的数字:^([1-9][0-9]*)+(\.[0-9]{1,2})?$ 带1 阅读全文
posted @ 2020-04-20 11:25
gaoshengjun
阅读(151)
评论(0)
推荐(0)
摘要:
https://www.runoob.com/css/css-tutorial.html //菜鸟工具 各种参考文档https://www.jb51.net/ 脚本之家 https://gitee.com www.bilibili.com b站 https://www.w3school.com.cn 阅读全文
posted @ 2020-04-20 11:06
gaoshengjun
阅读(120)
评论(0)
推荐(0)

浙公网安备 33010602011771号