What does “?”, used after JavaScript filename, means?

后端 未结 6 1588
悲&欢浪女
悲&欢浪女 2020-12-10 13:24

For example, having:


So what

6条回答
  •  独厮守ぢ
    2020-12-10 13:53

    IMHO, a JavaScript source like this will request "dynamic" content from server, thus the server will not try to use cached version of JavaScript file. Whether or not the parameter really does matter is up to the server.

提交回复
热议问题