Home > Web Front-end > JS Tutorial > body text

Introduction to the meaning of parameters behind js css_Basic knowledge

WBOY
Release: 2016-05-16 17:25:26
Original
1090 people have browsed it

Browsing some websites, I often see that there are always some parameters behind the js css of web links. I checked it in detail today:

There are two main possibilities for this situation:

Script It does not exist, but is dynamically generated on the server side, with a parameter indicating the version number of the generated script file.

In order to speed up the response, some clients will cache the corresponding js css. Therefore, every time you upgrade the js css version number and change the corresponding version number, the client browser will automatically update the new version. js or css

The second case should be the most common

Related labels:
js
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!