jjzjj

winapi - 如何获取 Windows 的所有系统/BIOS 信息

我想知道如何获得关于PC和BIOS的完整信息。我看到这篇文章-https://groups.google.com/forum/#!msg/golang-nuts/pKuFQxAy4P4/62FnqGON1pEJ代码:packagemainimport("fmt""github.com/ochapman/godmi")funcmain(){BS:=godmi.GetBIOSInformation()fmt.Println("BS:",BS)sys:=godmi.GetSystemInformation()fmt.Println("sys:",sys)BB:=godmi.GetBasebo