简体   繁体   English

将选定的图像显示到另一页

[英]to display selected images to another page

please see this image I have a grid images page and a button to finish and wanted to select some or all of them and when all or some are selected then the selected image should be display on another page. please see this image I have a grid images page and a button to finish and wanted to select some or all of them and when all or some are selected then the selected image should be display on another page. How I can do this, please help我该怎么做,请帮忙

see the second image also另请参阅第二张图片

You have two options actually:你实际上有两个选择:

  1. You can save the selected images at the server on each selection您可以在每次选择时将所选图像保存在服务器上
  2. You can use the local storage of the client to keep the selection of your images.您可以使用客户端的本地存储来保留您的图像选择。

If you are wondering how to do the second option, please visit this: https://www.w3schools.com/html/html5_webstorage.asp如果您想知道如何做第二个选项,请访问: https : //www.w3schools.com/html/html5_webstorage.asp

It's very nice explained there那里有很好的解释

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM