题主描述的全局变量方式示例代码如下: global.ts export const globalState = { name: 'test' }; index.tsx import { createRoot } from 'react-dom/client'; import { globalState } from './global'; const HomePage = () => ( {globalState.name}
{ globalState.name = value console.log(JSON.stringify(globalState, null, 4); }} /> <…。
上一篇 : 你的鱼缸里养过什么奇怪的鱼?
下一篇 : 想往鱼缸里种点水草,但是家里鱼缸大了买水草泥或者底砂太贵了,有没有生活中可以替代的物品或其他建议?