01 2022 档案
摘要:优先级: important > 内嵌 > ID选择器 > (类、属性、伪类)选择器 > 元素选择器。
阅读全文
摘要:import axios from 'axios' import store from '@/store' import storage from 'store' import notification from 'geely-design-vue/es/notification' import {
阅读全文
摘要:// 手机号 export const mobileReg = /^1[3456789]\d{9}$/ // 数字 export const numberReg = /^[0-9]+$/ // 数字和字母 export const wordAndNumberReg = /^[0-9a-zA-Z]+$
阅读全文
摘要:export function getType(target) { return Object.prototype.toString.call(target).slice(8, -1) } export function isObject(target) { return getType(targe
阅读全文
浙公网安备 33010602011771号