/**
* Creates a new site page using the Sites API.
* For more information on using the Sites API, see
* https://developers.google.com/apps-script/service_sites
*/
function createDemoPage() {
var domain = 'yourdomain.com';
var site = 'your_site';
var pageName = 'script_center_demo';
var html =
'
'
+ ' Google Apps Script Center Project Page
'
+ '
Executive Summary
'
+ '
This project aims to....
';
var site = SitesApp.getSite(domain, site);
site.createWebPage('Script Center Demo', pageName, html);
};
ข้อความที่โพสจะต้องไม่น้อยกว่า {{min_t_comment}} ตัวอักษรและไม่เกิน {{max_t_comment}} ตัวอักษร
กรอกชื่อด้วยนะ
_________
กรอกข้อมูลในช่องต่อไปนี้ไม่ครบ
หรือข้อมูลผิดพลาดครับ :
_____________________________
ช่วยกรอกอีกครั้งนะครับ
กรุณากรอกรหัสความปลอดภัย
ความคิดเห็น