Google Gear 基本使用方法


转自:http://zybingliu.blogspot.com/2009/04/google-gear.html


Google Gear从例子上看,好像很容易使用(当然,仅仅是最基本的入门):



首先通过例子的gears_init.js生成一个Google Gears对象:google.gears

后面所有的操作通过这个对象进行。这个就直接抄gears_init.js实现,自己不用做任何处理了。



对google.gears对象的判断:

if (!window.google || !google.gears) {

    textOut("NOTE:  You must install Gears first.");