06 2020 档案
摘要:1.邮箱 export const isEmail = (s) => { return /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/.test(s)} 2.手机号码 export const isMobile =
阅读全文
摘要:$(".orderNumList p").css("cssText","font-size:14px !important;")css应该是cssText
阅读全文
摘要:环境背景: win系统,axios请求https;Chrome浏览器;nginx代理; ERR_INSECURE_RESPONS访问的网址与接口请求的域名不一致 一: Google 了一下,大概都是说资源认证错误或者认证过期。如下:https://stackoverflow.com/question
阅读全文