import {Atom, autorun} from "mobx"; class Clock { atom; intervalHandler = null; currentDateTime; constructor() { // 创建一个atom 与MobX 的核心算法进行交互 this.
確定! 回上一頁