gpt4 book ai didi

playframework - Play Framework : How to get the absolute path of an asset

转载 作者:行者123 更新时间:2023-12-01 16:11:58 24 4
gpt4 key购买 nike

My Play 应用程序自动生成一些 HTML 电子邮件,其中当然会引用服务器上的一些图像。由于 HTML 电子邮件需要完整的 URL 才能在客户端获取图像,因此我在 application.conf 中定义了基本 URL,然后在我的 View 模板中构建完整路径。也就是说,有没有办法获取 public/images 目录的完整 URL,这样我就不再需要额外的配置了?

谢谢。

最佳答案

据我所知,您可以使用反向路由获取 Assets 的完整 URL:

routes.Assets.at("images/anImage.png").absoluteURL()

关于playframework - Play Framework : How to get the absolute path of an asset,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14840043/

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