11 2013 档案
摘要:
阅读全文
摘要:
阅读全文
摘要:无标题文档
阅读全文
摘要:function getBeerById( id, callback){ _request('GET','URL'+id,function(res){ callback(res.responseText) }); }; function getBeerByIdBridge(){ getBeerById(id,function(res){ alert(res.toString()); }); //doAnothering; }; var el = do...
阅读全文
摘要:简单的装饰模式 抄自tom大叔的博客。热门那边就有了,去学习吧
阅读全文
摘要://singletonvar SingletonTester = (function(){ function Singleton(options){ options = options || {}; this.name = "SingletonTester"; this.pointX = options.pointX || 6; this.pointY = options.pointY || 10; }; var instance; var _static = { name : "Single...
阅读全文
摘要:从今天开始,每天晚上10点写一点东西,感觉一直看书,学到的东东无法消化的缘故,9.30到十点坐下中途休息吧,九点前练习poppin,周末去打球,白天多写一些东西作为复习,重心偏移到js高级和pop了,英语。,你妹
阅读全文