当前位置:Gxlcms > PHP教程 > phpqrcode不能输出二维码,phpqrcode_PHP教程

phpqrcode不能输出二维码,phpqrcode_PHP教程

时间:2021-07-01 10:21:17 帮助过:44人阅读

phpqrcode不能输出二维码,phpqrcode


header('Content-Type: image/png');
include_once 'phpqrcode/qrlib.php';
$a = "http://www.play17.cn/play/wlogin.html";
ob_clean();
QRcode::png($a);

加入输出类型

header('Content-Type: image/png');

清除缓存ob_clean()

ob_clean();

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/1068264.htmlTechArticlephpqrcode不能输出二维码,phpqrcode header ('Content-Type: image/png' ); include_once 'phpqrcode/qrlib.php' ; $a = "http://www.play17.cn/play/wlogin.html" ; ob_clean ();QRco...

人气教程排行