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

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

For example, having:


So what

6条回答
  •  隐瞒了意图╮
    2020-12-10 13:50

    They are there to fool browsers into thinking that it is a new file.

    This is a trick to avoid browser-cached copy when you update the JS file.

提交回复
热议问题