摘要: import React from 'react'; import Chren from './Chren'; const Parent: React.FC = () => { const checkme = () => { console.log('我被点击了'); }; return <Chre 阅读全文
posted @ 2022-02-24 17:05 yytwow 阅读(76) 评论(0) 推荐(0)