php必须支持GD2库,能绘制图片,可以将图片保存为文件或直接输出。这样就能通过test参数生成相应的二维码了//引入库文件include__DIR__.'/phpqrcode.php';$errorCorrectionLevel='L';$matrixPointSize=9;$text=isset($_GET['text'])?$_GET['text']:'';//php生成不带logo的二维码QRcode::png($text,false,$errorCorrectionLevel,$matrixPoint