2010-02-21 144 views

回答

1

Detecting and Installing Gears雖然這需要gears_init.js。也許source可能會給你一個提示。它是這樣開始的,然後是一些瀏覽器特定的 檢查。

(function() { 
    // We are already defined. Hooray! 
    if (window.google && google.gears) { 
    return; 
    }