Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 PHP 创建了一个 pdf。
但是循环行打印就像合并
foreach($details as $b => $k) { $pdf->cell(70,80,$k['name'],20); $pdf->cell(70,80,$k['order_id'],20); $pdf->cell(70,80,$k['money'],20); $pdf->SetXY(5,125); }
第二行和第三第四合并