[問題] GAS(GoogleAppScript) + ajax | PTT 網頁設計、前端工程相關資訊

這篇文章轉載自 [問題] GAS(GoogleAppScript) + ajax | 批踢踢實業坊 Web_Design 板,本站並不擁有此篇文章。

請問我該如何在 GAS 做出的 html 裡面,做到 ajax 的技術呢?
也就是在 "不刷新頁面" 的情況下,讀取後端資料(如雲端裡的 sheet),
(不是指開啟網頁的同時的讀取)
小弟我目前只會在 doGet 底下透過 return XXX.evaluate(); 的方式,一次性的
在開啟網頁的同時把資料傳到 html 頁面。

留言