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.
我无法继续了解 PyUSB 的工作原理。我现在被困了一个星期。我该如何进行?
乍一看,PyUSB 的文档似乎完全不存在。但并非如此。
在 Python 提示符下,您可以:
>>> import usb >>> help(usb)
事实证明有文档!
>>> help(usb.core)
非常有用。这似乎很简单。