Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作一个小型桌面应用程序,我必须在其中检查 USB 是否连接到计算机?请帮我解决一下这个。我对此进行了艰苦的搜索,但我并不满意。先感谢您。
我认为要走的路是枚举连接到计算机的 USB 设备,然后搜索你想要的。关于usb枚举还有另一个问题