Content Service
內容
這項服務可讓指令碼以文字、
XML 或 JSON另請參閱這份指南
內容服務。如果發生以下情況:
將下列指令碼部署為網頁應用程式。
您會看到「Hello, world!」。
function doGet() {
return ContentService.createTextOutput('Hello, world!');
}
類別
屬性
屬性 | 類型 | 說明 |
CSV | Enum | CSV Mime 類型 |
ICAL | Enum | ICAL Mime 類型 |
JAVASCRIPT | Enum | JAVAScript MIME 類型 |
JSON | Enum | JSON Mime 類型 |
TEXT | Enum | TEXT Mime 類型 |
VCARD | Enum | VCARD Mime 類型 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[null,null,["上次更新時間:2024-08-22 (世界標準時間)。"],[[["The Content Service enables scripts to serve content like text, XML, or JSON, offering flexibility in data delivery."],["Developers can utilize the ContentService class to generate and manipulate text output within their scripts."],["MimeType aids in specifying the desired format for content delivery, accommodating various data types like CSV, JSON, and more."],["The TextOutput class provides methods for managing the content, allowing for appending, clearing, and setting the output's format."],["Content served through scripts can be customized for display in browsers or downloaded as files, offering versatile content handling."]]],[]]