gpt4 book ai didi

firefox - 从 Firefox 扩展检测操作系统

转载 作者:行者123 更新时间:2023-12-04 01:58:10 24 4
gpt4 key购买 nike

我正在开发一个 Firefox 扩展,我需要检测运行 Firefox 的操作系统,但我似乎无法找到有关如何操作的信息?

最佳答案


// Returns "WINNT" on Windows Vista, XP, 2000, and NT systems;
// "Linux" on GNU/Linux; and "Darwin" on Mac OS X.
var osString = Components.classes["@mozilla.org/xre/app-info;1"]
.getService(Components.interfaces.nsIXULRuntime).OS;

关于firefox - 从 Firefox 扩展检测操作系统,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1418896/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com