'_" 参数  带空格"_'
"_"" 参数  带空格""_"
请把下划线去掉

--------------------------------------

传多张图片:

           ArrayList<String> lnn = new ArrayList<String>();
               lnn = cel.file_pic("coat-1");
               int i = 0; String str="";
               for(i=0;i<10;i++){
                   str = str+"\"\""+lnn.get(i)+"\"\"";          
               }
          
               System.out.println("\" "+str+" \"");

--------------------------------------------------------

输出为:" ""G:\wish\coat-1\0.jpg""""G:\wish\coat-1\1.jpg""""G:\wish\coat-1\2.jpg""""G:\wish\coat-1\3.jpg""""G:\wish\coat-1\4.jpg""""G:\wish\coat-1\5.jpg""""G:\wish\coat-1\6.jpg""""G:\wish\coat-1\7.jpg""""G:\wish\coat-1\8.jpg""""G:\wish\coat-1\9.jpg"" "

---------------------------------------------------------------

命令行中实验 成功!

autoIT 传参数含引号

 

相关文章:

  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2021-09-13
  • 2021-09-15
  • 2022-01-09
  • 2021-10-06
猜你喜欢
  • 2022-12-23
  • 2021-05-30
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案