我有一个用java编写的打印程序,但由于某些原因,它总是选择缺省打印机(8600),即使当我为打印机传递一个值(比方说xps )时,我做错了什么,以及如何让它选择所需的打印机。 PrintService[] printServices = PrintServiceLookup.lookupPrintServices(null, null);
System.out.println("Number of print services: " + printServices.length); //tells me how many print ser