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.
我有一个名为 Product 的新星资源。 我想将几张图片与该产品相关联,以便在前端显示图库图片。 如何将多个图像关联到该产品?
在模型中,您应该创建画廊和产品之间的关系。通过此解决方案,您可以获取不同的图像集合并在页面上呈现它们。