链接有?,直接加&参数;没有,加?再加参数
&参数
?
参数
// url this.url // t 时间戳,也可timestamp location.href = this.url.indexOf("?")>-1?`${this.url}&t=${Date.now()}`:`${this.url}?t=${Date.now()}`;