assert.equal(proxy.age, 123); // (A) assert.equal('hello' in proxy, true); ... MobX lets you observe changes to data structures such as objects, ...
確定! 回上一頁