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.
使用 UIApp,您可以<title>通过setTitle(). 如果我使用带有 HtmlService 的 HTML 模板,我不知道该怎么做。我尝试将<title>标签放置在模板内的不同位置,但无济于事。有什么建议么?
<title>
setTitle()
HtmlOutput(你从 template.evaluate() 或直接从 HtmlService.createHtmlOutput() 得到的)也有一个 setTitle。