Khi truy cập vào URL ứng dụng web, bạn sẽ thấy "Hello World" ("Xin chào thế giới") trong trình duyệt. Do các cân nhắc về bảo mật, tập lệnh không thể trực tiếp trả về nội dung cho trình duyệt. Thay vào đó, các trang web đó phải phân phát nội dung từ một URL khác. Đây là lý do khiến URL trong trình duyệt cho đầu ra được tạo thông qua ứng dụng web này sẽ khác với URL tập lệnh ban đầu.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-12-22 UTC."],[[["ContentService allows scripts to return text content, which can be served as a web app."],["Due to security, content is served from a different URL than the original script URL."],["It provides methods like `createTextOutput()` to generate and manipulate text output objects."],["`createTextOutput()` can be used with or without initial content, enabling flexible content creation."]]],[]]