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();
时间: 2024-10-22 14:09:22