首先需要安装对应的包,然后指定图片文件路径,最后输出的位置也是该文件夹下! #pip install FPDF import os from fpdf import FPDF pdf = FPDF() ...
確定! 回上一頁