Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google Apps 脚本是否支持 Angular JS?我可以使用外部库,如 jQuery、UnderscoreJS 但不能使用 Angular JS?
关于 CAJA 何时支持 Angular JS 的任何想法?
Google Apps 脚本支持 Angular JS。您需要使用完整版(未缩小版)。Firefox 有一些问题,但大多数情况下都可以正常工作。
您可以在 appscript 文件中使用 angular 并进行以下更改。
var ui = HtmlService.createHtmlOutputFromFile('myPage') .setTitle('My Title'); ui.setSandboxMode(HtmlService.SandboxMode.IFRAME);