Content Service
เนื้อหา
บริการนี้อนุญาตให้สคริปต์แสดงข้อความในรูปแบบต่างๆ เช่น ข้อความ
XML หรือ JSON โปรดดูคำแนะนำเกี่ยวกับ
บริการเนื้อหา หากคุณ
ติดตั้งใช้งานสคริปต์ต่อไปนี้เป็นเว็บแอป
คุณจะเห็นข้อความ "สวัสดีทุกคน" ในเบราว์เซอร์
function doGet() {
return ContentService.createTextOutput('Hello, world!');
}
ชั้นเรียน
ชื่อ | รายละเอียดแบบย่อ |
ContentService | บริการสำหรับการส่งคืนเนื้อหาข้อความจากสคริปต์ |
MimeType | enum สำหรับประเภท MIME ที่แสดงจากสคริปต์ได้ |
TextOutput | อ็อบเจ็กต์ TextOutput ที่ให้บริการจากสคริปต์ |
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
MimeType | MimeType | |
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
CSV | Enum | ประเภท Mime ของ CSV |
ICAL | Enum | ประเภท Mime ของ iCal |
JAVASCRIPT | Enum | ประเภท Mime JAVAscript |
JSON | Enum | ประเภท Mime ของ JSON |
TEXT | Enum | ประเภท Mime ของ TEXT |
VCARD | Enum | ประเภท Mime ของ VCARD |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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."]]],[]]