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

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

For example, having:


So what

6条回答
  •  一整个雨季
    2020-12-10 14:04

    This is a query parameter as the browser will make an http get request to the somedomain.com for the javascript source.

    If you load the page with a header browser like fiddler, you will see exactly what's going on.

提交回复
热议问题