phpqrcode不能输出二维码,phpqrcodeheader('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();
http://www.bkjia.com/phpjc/1068264.htmlwww.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...