http://sourceforge.net/projects/phpqrcode/,是一个很棒的库,但我找不到如何将 png 图像作为字符串返回,基本示例是
QRcode::png('code data text', 'filename.png'); // creates file
QRcode::png('some othertext 1234'); // creates code image and outputs it directly into browser
我检查了文档,什么也没有,求助!:B