Title1

Title2

Title3

2-1 Google Chart API

一、Google Chart API

  1. 官網:https://developers.google.com/chart
  2. 範例:https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl=https%3a%2f%2fwww.ugm.com.tw%2f
  3. 說明:
    cht=qr : 圖像類型:"qr"是指QR code
    chs=300x300 :以像素為單位的圖像大小,格式為<寬度 > x < 高 >
    chl=<QRCODE內容,必須是URL的編碼格式>
  4. 線上URL編碼器:https://www.convertstring.com/zh_TW/EncodeDecode/UrlEncode