Content Service
תוכן
השירות הזה מאפשר לסקריפטים להציג טקסט בצורות שונות, כמו טקסט,
XML או JSON. כדאי לעיין גם במדריך ל
שירות תוכן. אם
לפרוס את הסקריפט הבא כאפליקציית אינטרנט,
תופיע ההודעה "שלום, עולם!" בדפדפן:
function doGet() {
return ContentService.createTextOutput('Hello, world!');
}
שיעורים
שם | תיאור קצר |
ContentService | שירות להחזרת תוכן של טקסט מסקריפט. |
MimeType | טיפוסים בני מנייה (enum) לסוגי mime שאפשר למלא מסקריפט. |
TextOutput | אובייקט TextOutput שניתן למלא מסקריפט. |
מאפיינים
נכס | סוג | תיאור |
CSV | Enum | סוג Mime של CSV |
ICAL | Enum | סוג Mime של AL |
JAVASCRIPT | Enum | סוג Mime של JAVASCRIPT |
JSON | Enum | סוג Mime של JSON |
TEXT | Enum | סוג Mime של טקסט |
VCARD | Enum | סוג VCARD Mime |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת 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."]]],[]]