Content Service
İçerik
Bu hizmet, komut dosyalarının metin, resim ve metin gibi çeşitli biçimlerde
XML veya JSON olur. Ayrıca bkz.
İçerik Hizmeti. Şu durumda:
aşağıdaki komut dosyasını bir web uygulaması olarak dağıtın:
"Hello, world!" mesajını görürsünüz. tarayıcı:
function doGet() {
return ContentService.createTextOutput('Hello, world!');
}
Sınıflar
Ad | Kısa açıklama |
ContentService | Komut dosyasından metin içeriği döndürme hizmeti. |
MimeType | Bir komut dosyasından sunulabilecek mime türleri için bir sıralama. |
TextOutput | Bir komut dosyasından sunulabilen TextÇıkış nesnesi. |
Özellikler
Özellik | Tür | Açıklama |
CSV | Enum | CSV Mime Türü |
ICAL | Enum | ical Mime Türü |
JAVASCRIPT | Enum | JAVASCRIPT Mime Türü |
JSON | Enum | JSON Mime Türü |
TEXT | Enum | METİN Mime Türü |
VCARD | Enum | VCARD Mime Türü |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-22 UTC.
[null,null,["Son güncelleme tarihi: 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."]]],[]]