2014年11月3日

摘要: function Map() //自定义map{ this.container = new Object();}Map.prototype.put = function(key, value){ this.container[key] = value;};Map.prototype.ge... 阅读全文
posted @ 2014-11-03 14:45 弗不是佛 阅读(618) 评论(0) 推荐(0) 编辑
摘要: function invokeJava(action, data, isShowLoading){ if(typeof(isShowLoading) == "undefined" || isShowLoading) { showLoading(); } ... 阅读全文
posted @ 2014-11-03 14:04 弗不是佛 阅读(167) 评论(0) 推荐(0) 编辑

导航