線上書籍

Home

GAS+LineBot開發

我們在Line Bot 的商品展示,其中有一個按鈕「商品資訊」連結,當好友按鈕之後,頁面將導向網頁。
這個網頁建立的步驟為
  1. 設定一個路由 => op=info_prod_main | sn=xxx
  2. 建立一個函式 => info_prod_main(e)
函式流程
  1. 判斷 sn 是否有該筆商品
  2. 若無,回應錯誤訊息盒
  3. 若有,將該筆商品,傳至樣板
  4. 設計一個樣板,顯示該筆商品資訊

.videobox { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; } .videobox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

Youtube影片:https://youtu.be/gauabfVLHrg