先来看看最基本的用法。 observable和autorun. import { observable, autorun } from 'mobx'; const value = observable(0); const number = observable( ...
確定! 回上一頁