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 유형 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-22(UTC)
[null,null,["최종 업데이트: 2024-08-22(UTC)"],[[["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."]]],[]]