pip install PyPDF2 (使用国内的安装源) ... import os from PyPDF2 import PdfFileMerger target_path = r'pdf' pdf_lst = [f for f in ...
確定! 回上一頁