我试图遍历Windows批处理文件中的列表,使用不同列表中的不同数字作为每次迭代中的参数。setinput_image_list=(123456789)setoutput_image_list=(2345678910)setnext_needed_image=(002003004005006007008009010)FOR%%AIN(2345678910)DOpythonbatchLayer4ThirdVideo.py--input_image!input_image_list[%%A]!--next_undreamed_image!next_needed_image[%%A]!--o