是windows.gears!= undefined还是什么???
如果此人拥有Google Gears,我只想使用javascript返回true或false。
答案 0 :(得分:1)
Detecting and Installing Gears虽然这需要gears_init.js。也许source可能会给你一个提示。它从这样开始,然后是一些特定的浏览器 检查。
(function() {
// We are already defined. Hooray!
if (window.google && google.gears) {
return;
}