使用 qrencode来生成二维码sudo apt-get install qrencode //下载解压
$cmd = "/usr/bin/qrencode -o {生成的路径} -m0 -lL -s6 "{二维码内容}"";exec($cmd);这样就可以了