且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用Javascript在Windows 8中获取设备信息

更新时间:2023-02-12 19:54:03

您可以使用  DeviceInformation类&/或  DeviceInformation.Properties  。

You can use the DeviceInformation class and/or the DeviceInformation.Properties .

您还可以检索
其他设备属性信息
 。

You can also retrieve additional device properties information .

这也可能会有所帮助:
Windows.System.Profile命名空间
 。关于Windows.System.Profile命名空间的注释是它的ID基于当前硬件。但是,如果用户决定更改硬件呢?所以你必须牢记这一点。

This might also help: Its the Windows.System.Profile namespace . A note about the Windows.System.Profile namespace is that it's ID's are based on the current hardware. But what about if the user decides to change the hardware. So you have to put that in mind.

希望这会有所帮助。