home > August 2012
Google Chart APIを使ってQRコードを自動生成
August 27, 2012
Google Chart APIを使ってQRコードを自動生成できる。
コードはこれだけでOK
<img src="http://chart.apis.google.com/chart?cht=qr&chs=150x150&choe=Shift_JIS
&chl=ここに指定URLを記述" />
publicroots.comの場合
参考サイト
http://www.devolen.com/blog/google/qrcode_auto_operation_generation/
Google Chart API
https://developers.google.com/chart/
Tweet