Cache and server get localStorage

  1. made an APP, in which a module needs to jump to a third-party page, which is placed on the server. I jump to the link.
  2. I have made a cache locally. Can I get it from the server?
Jul.12,2021

can't get it. You need to exchange your stored data with the server via get or in redis


1. Do routing
2. In the form of cookie or session, you should be able to


suggest that you directly take the parameter after url , remember to make sure that the link is https , and encrypt the parameters

.
  • How to encode base64 in js

    base64: var str_base64 = "CgkJCgkJCQk8Y29uZGl0aW9ucyB0eXBlPSJBTkQiPgoJCQkJCTxzeXNDb25kaXRpb25zIHR5cGU9Inx8Ij4KCQkJCQk8c3lzQ29uZGl0aW9uIG5hbWU9ItDCzsS1tSIgZXhwcmVzc2lvbj0iS0dselRtVjNSRzlqS0NrcElBPT0iLz4KCQkJCQk8c3lzQ29uZGl0aW9uIG5hbWU9IrWxx7C0psDtyMs...

    Mar.03,2021
  • The iview JSFiddle address won't open.

    problem description I don t know if iview s official website explodes or version 3.0 changes to 2.0, but I can t open it. the environmental background of the problems and what methods you have tried related codes Please paste the code t...

Menu