gpt4 book ai didi

java - Play Framework : how to use "moreStyles" and "moreScripts"

转载 作者:IT老高 更新时间:2023-10-28 20:31:31 25 4
gpt4 key购买 nike

在文件 main.html 中, 在 Play! 创建的默认项目中,有这一行:

#{get 'moreStyles' /}

我知道如果我需要添加更多样式,在我的 View 脚本中,我必须使用

#{set tag:'value' /}

在哪里 tag应该是 moreStyles ,但将值设置为完整的 HTML <link> 似乎很糟糕标签。如果 View 需要添加更多样式或脚本会怎样?

谢谢!

最佳答案

您可以使用以下方式设置更多样式:

#{set 'moreStyles'}
#{stylesheet 'main.css' /}
#{/set}

喜欢脚本:

#{set 'moreScripts'}
#{script 'base64.js'/}
#{/set}

关于java - Play Framework : how to use "moreStyles" and "moreScripts",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5276075/

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