随笔分类 - JavaScript
摘要:function foo(){ alert("cftea");}foo(); (function(){ alert("cftea");})(); (function(){ alert("cftea");}()); void function(){ alert("cftea");}()
阅读全文
摘要: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
阅读全文

浙公网安备 33010602011771号