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