我使用 bootstrap css 设计发票,我使用 tcpdf 设计发票。我调用了 bootstrap css 文件,但它不起作用,请帮助我..我的编码是
$baseurl = "http://localhost/erp";
$html = '<style>'.file_get_contents($baseurl.'css/bootstrap.min.css').'</style>';
$html = '<style>'.file_get_contents($baseurl.'css/style.css').'</style>';
Run Code Online (Sandbox Code Playgroud)