php ob_start(); require_once 'vendor/autoload.php'; use Dompdf\Dompdf; $dompdf = new Dompdf(); ?> <!DOCTYPE html> <html> <head> </head> ...
確定! 回上一頁