摘要: 匿名函数 // calculator.js(function(root) { var calculator = { sum: function(a, b) { return a + b; } }; root.Calculator = calculator;})(this);// app.jscons 阅读全文
posted @ 2016-04-11 17:18 枪侠 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 重写Binder的onTransact方法 you need to do that in Binder#onTransact method, this is a good place for any remote checks – pskink Feb 10 at 17:58 The descrip 阅读全文
posted @ 2016-04-11 16:11 枪侠 阅读(259) 评论(0) 推荐(0) 编辑