随笔分类 -  JavaScript

摘要:function foo(){ alert("cftea");}foo(); (function(){ alert("cftea");})(); (function(){ alert("cftea");}()); void function(){ alert("cftea");}() 阅读全文
posted @ 2011-03-29 15:22 莫忆往西 阅读(297) 评论(0) 推荐(0)
摘要:I spent a day in reading the chrome extension development. Its main point is aboout manifest.json and backgroud.html and popup.html.http://code.google.com/chrome/extensions/ 官方文档一个扩展的主要内容.crx本质上是一个zip压缩包包括: A manifest file:只是配置信息,没有任何可执行代码 One or more HTML files (unless the extension is a theme) Opt 阅读全文
posted @ 2010-07-18 17:00 莫忆往西 阅读(439) 评论(0) 推荐(0)