Content Service
内容
此服务允许脚本以各种形式提供文本,例如文本、
XML 或 JSON另请参阅使用
内容服务。如果您
将以下脚本部署为 Web 应用。
您会看到“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 | 文本 MIME 类型 |
VCARD | Enum | VCARD MIME 类型 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):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."]]],[]]