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.
我正在开发一个应用程序,当我按下打印按钮时,将由连接到系统的所有打印机打印一串数据。当我浏览示例代码时,默认打印机会打印一串数据。我需要被所有的打印机打印出来。
我们可以将一串数据打印到连接到系统的所有打印机吗?
您只需要获取已安装打印机的列表,然后发送您的字符串。查看如何获取已安装打印机的列表?