// 在父组件中定义 export const Context = React.createContext({ activeKey: null }); // 定义需要共享的数据 <Context.Provider value={{activeKey:'lx ...
確定! 回上一頁