ํ™˜๊ฒฝ์„ค์ •

 
notion image
 
notion image
 
notion image
 
 
notion image
 
์ด๋ฆ„ ๋ฐ˜๋“œ์‹œ doGet
function doGet() { return HtmlService.createHtmlOutputFromFile('page'); }
<!DOCTYPE html> <html> <head> <base target="_top"> </head> <body> <h1>hello</h1> </body> </html>
 
notion image
 
notion image
 
notion image
 
notion image
notion image
 
 
function doGet(e) { Logger.log(e); Logger.log(e.parameter); return HtmlService.createHtmlOutputFromFile('page'); }
์ฝ”๋“œ๋ฅผ ์ˆ˜์ •ํ•˜๋ฉด ์žฌ๋ฐฐํฌ ํ•ด์•ผํ•จ!
 
notion image
 
๋์„ dev?name=hojun๋กœ ์ž…๋ ฅํ•˜๋ฉด ์•„๋ž˜์™€ ๊ฐ™์ด ๋“ค์–ด์˜ด.
 
notion image
/dev?name=hojun&age=10
 
notion image