<span>header</span>('Content-Type: image/png'<span>); </span><span>include_once</span> 'phpqrcode/qrlib.php'<span>; </span><span>$a</span> = "http://www.play17.cn/play/wlogin.html"<span>; </span><span>ob_clean</span><span>(); QRcode</span>::png(<span>$a</span>);
Ausgabetyp hinzufügen
<span>header</span>('Content-Type: image/png');
Cache ob_clean() löschen
<span>ob_clean</span>();
Das Obige führt ein, dass phpqrcode keine QR-Codes ausgeben kann, einschließlich der relevanten Inhalte. Ich hoffe, dass es für Freunde hilfreich ist, die sich für PHP-Tutorials interessieren.