var jobOpt=new PrintJobOptions(); jobOpt.copies=2; // 印刷枚数 var prtOpt=new PrintOptions(); prtOpt.jobOptions=jobOpt; app.activeDocument.print(prtOpt);