在 html 图像和 gif 中设置为相同的方式。所以我在百里香中使用相同的方式
在百里香中,图像设置为
<img th:attr="src=@{${ball.png}} , title=#{background}, alt=#{background}" style="width: 150px; height: 150px;" />
与设置为的 gif 图像相同
<img th:attr="src=@{${run.gif}} , title=#{background}, alt=#{background}" style="width: 150px; height: 150px;" />
图像将在那里显示,但 gif 图像不在那里显示
我不知道为什么会这样。
如果你知道答案,请在这里分享。