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.
我实际上是在尝试枚举我的笔记本电脑驱动器并将其返回给客户。我怎样才能用他们的名字枚举驱动器?
谢谢
require('child_process').exec("wmic logicaldisk get name", console.log, console.error);