What does it mean to add a question mark (?) after the CSS link address?

What does it mean to add a question mark (?) after the CSS link address?
For example:

<link rel="stylesheet" href="http://static.ak.facebook.com/css/actionspro.css?44:72882" type="text/css"/>

The CSS links on Facebook are followed by a parameter. What does this mean?

It can be regarded as a version number of CSS. If the CSS has been changed, and you are worried that the local CSS file in the browser has not been updated in time, resulting in the page not showing the corresponding effect, you can modify this? The number behind it is used to make the browser re-download the latest CSS document!

<<:  MySQL Series 13 MySQL Replication

>>:  Tips on disabling IE8 and IE9's compatibility view mode using HTML

Recommend

Detailed explanation of the use of Arguments object in JavaScript

Table of contents Preface Basic Concepts of Argum...

A brief discussion on several ways to pass parameters in react routing

The first parameter passing method is dynamic rou...

Master the CSS property display:flow-root declaration in one article

byzhangxinxu from https://www.zhangxinxu.com/word...

How to align text boxes in multiple forms in HTML

The form code is as shown in the figure. The styl...

JS Canvas interface and animation effects

Table of contents Overview Canvas API: Drawing Gr...

Methods to enhance access control security in Linux kernel

background Some time ago, our project team was he...

Solution to nginx-ingress-controller log persistence solution

Recently I saw an article on a public account tha...

CocosCreator Getting Started Tutorial: Making Your First Game with TS

Table of contents premise TypeScript vs JavaScrip...

Solution to the problem of insufficient storage resource pool of Docker server

Table of contents 1. Problem Description 2. Probl...

11 Examples of Advanced Usage of Input Elements in Web Forms

1. Cancel the dotted box when the button is press...

Six methods for nginx optimization

1. Optimize Nginx concurrency [root@proxy ~]# ab ...

Start a local Kubernetes environment using kind and Docker

introduce Have you ever spent a whole day trying ...

How to use Vue-router routing

Table of contents 1. Description 2. Installation ...

HTTP return code list (Chinese and English explanation)

http return code list (below is an overview) for ...