gpt4 book ai didi

golang template.JS 到字符串和 template.HTML 到字符串

转载 作者:IT王子 更新时间:2023-10-29 02:32:28 25 4
gpt4 key购买 nike

我正在使用“html/模板”。

如何将 template.JS 对象的值转换为字符串? template.HTML 怎么样?

我有一个结构,用于存储一些 js 脚本和 css 代码/文件,例如:“HeaderCSS”、“FooterJS”。我将它们加载到我的模板的页眉/页脚。问题是我需要检查它们是否已加载,所以我不会加载相同的脚本两次(每次重新加载意味着一个新的脚本加载),因为我正在使用追加,以便能够插入多个脚本。这样,每次刷新都会将脚本追加到现有脚本中。

我的想法是检查它们是否已经加载,以防止多次加载它们。我正在考虑使用 strings.Contains() 函数。但我不能那样做,因为我不知道将 templates.HTML 和 templates.JS 转换为字符串。

有什么想法吗?

最佳答案

Per the documentation, they're strings .只需键入 cast to string:

asStr := string(myTplJsObj)

关于golang template.JS 到字符串和 template.HTML 到字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44847607/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com