摘要:
Each child in a list should have a unique "key" prop. Check the render method of `App` 列表中的每个孩子都应该有一个唯一的“关键”道具。检查`App的呈现方法` 前言:react+antd业务中渲染组件地方用到了数 阅读全文
摘要:
// 匹配手机号// var res = /^[1][3,4,5,6.7,8,9][0-9]{9}$/// let num = 18045216903// console.log(res.test(num)) // 匹配身份证号码// var res = /(^\d{15}$)|(^\d{18}$) 阅读全文
摘要:
`defaultValue` is invalid for `getFieldDecorator` will set `value`, please use `option.initialValue` instead. `defaultValue`对于`getFieldDecorator`无效。如果 阅读全文