How to Set cache and obtain cache instances in js

Source: Internet
Author: User
How to Set cache and obtain cache instances in js

Example: set and obtain cache in js.

  1. // Set the cache, get the set cache, key-value pair form, name value
  2. LocalStorage. getItem ("key"); // Obtain the key value
  3. LocalStorage. setItem ("key", 1); // set the key value

Solve the js cache address problem. js implementation does not cache

Method of not caching js

  1. Script
  2. Document. write (" ");
  3. Script

For others, you only need to add + Math. random () after the address. note: Because Math. random () can only work under Javascript, it can only be called through Javascript.

If it is changed

  1. (

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.