摘要: compare the difference of two giving array, return results: 1. elements in both array, 2. elements only in one array. Think more, and you can do bette 阅读全文
posted @ 2017-08-12 20:11 CooMark 阅读(297) 评论(0) 推荐(0)
摘要: 1. 使用对象的watch/unwatch方法直接监控属性的变化 1. "Object.prototype.watch()" 这个直接监控对象的属性变化,有变动直接调用对应的回调,很方便的样子,但是: 2. 新旧值对比 配置两个全局对象,一个对象保存之前的值,一个保存修改后的值,对比两个对象就能知道 阅读全文
posted @ 2017-08-12 15:42 CooMark 阅读(618) 评论(0) 推荐(0)