管理版本
本部分概要介绍了可用于创建新的项目代码版本、读取版本信息或列出所有现有版本的 Apps Script API 方法。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-22。
[null,null,["最后更新时间 (UTC):2024-11-22。"],[[["This section explains how to manage Apps Script project versions using the Apps Script API."],["You can create new versions, which are immutable snapshots of your project's code."],["The API allows you to list all existing versions and retrieve details about a specific version."],["Version information is returned as `Version` objects, and you can access the code itself using `projects.getContent`."]]],[]]