用雲端打造自動化環境(永康)
一、Google Chart API
- 官網:https://developers.google.com/chart
- 範例:https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl=https%3a%2f%2fwww.ugm.com.tw%2f
- 說明:
cht=qr : 圖像類型:"qr"是指QR code
chs=300x300 :以像素為單位的圖像大小,格式為<寬度 > x < 高 >
chl=<QRCODE內容,必須是URL的編碼格式> - 線上URL編碼器:https://www.convertstring.com/zh_TW/EncodeDecode/UrlEncode