摘要: import React, { useReducer } from 'react' // 定义初始化的变量 interface IFormType { name: string age: number } interface Action { type: 'set' | 'update', valu 阅读全文
posted @ 2020-11-25 09:17 yaogengzhu 阅读(214) 评论(0) 推荐(0) 编辑