I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
function doGet() { return HtmlService.createHtmlOutputFromFile("index"); }
この機能がやること 指定したHTMLファイルを表示する
<!DOCTYPE html> <html> <body> <button type="button">ボタン</button> </body> </html>
これはHTML5文書です ボタンを置く
iframe の src にGoogleドライブ内の音声ファイルを埋め込む例です (今回試した音声ファイルはmp3) Code.gs function doGet () { return HtmlService . createTemplateFromFile ( ...