URL后加数学随机数 或者 时间戳

?time=new Date().getTime()  // 时间戳

?number=Math.random()  // 随机数

 

相关文章: