ปัญหา 1
เลือกประเภท
ฟังก์ชันไหนที่ใช้สำหรับการสร้างไฟล์ใหม่ใน Google Drive?
- DriveApp.createFile()
- DocumentApp.create()
- SpreadsheetApp.create()
function sayHello() { Browser.msgBox('Hello, World!'); }