摘要:
常用正则表达式 一、校验数字的表达式 数字:^[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, 阅读全文
posted @ 2022-08-24 17:48
写bug的靓仔
阅读(36)
评论(0)
推荐(0)
摘要:
代码如下 import axios,{ AxiosResponse, AxiosRequestConfig } from 'axios' const isDev = process.env.NODE_ENV == 'development' const request=axios.create({ 阅读全文
posted @ 2022-08-24 14:42
写bug的靓仔
阅读(104)
评论(0)
推荐(0)

浙公网安备 33010602011771号