logo
  • 教程列表
  • SO官方文档
  • google-apps-script 入门
    • 脚本的类型
    • 安装或设置
    • RunningDebugging 你的脚本
    • Hello World
    • 深入了解 Google Apps 脚本
  1. StackOverflow 文档
  2. google-apps-script 教程
  3. google-apps-script 入门
  4. Hello World

Hello World

Created: November-22, 2018

我们将把 Hello 称为消息框。

function helloWorld() 
{
  Browser.msgBox("Hello World");
}

要执行脚本,请单击▶或选择菜单项 Run - > helloWorld

  • 深入了解 Google Apps 脚本
  • RunningDebugging 你的脚本

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明