使用qrencode工具生成
apt-get install qrencode # for ubuntu
yum install qrencode # for centos
brew install qrencode # for macos
qrencode -t UTF8 hello
或qrencode -t ASCII hello使用qrencode工具生成
apt-get install qrencode # for ubuntu
yum install qrencode # for centos
brew install qrencode # for macos
qrencode -t UTF8 hello
或qrencode -t ASCII hello