说明: PHP中直接生成PDF的类, 用法: require_once("Fpdf/chinese.php"); $pdf = new PDF_Chinese('P', 'mm', 'A4'); // P_纵向,mm_单位毫米,A4纸 $pdf->AddGBhwFont('simsun','宋体'); $pdf->AddPage(); $pdf->SetFont('simsun','',16); /** * 打印数据序号 */ $pdf->SetXY(0, 0); $len =
<ggygod> 在 上传 | 大小:57344