1、首先cmd下载fpdf包pip install fpdf2、调用fpdf包,先实现写入数据的功能from fpdf import FPDFpdf=FPDF()pdf.add_page()#新建一页pdf.set_xy(0 ...
確定! 回上一頁