The code copy is as follows: //Set cache, get the set cache, key-value pair form, name value localStorage.getItem("key"); //Get the value of the key localStorage.setItem("key", 1); //Set the value of the key