|
|
1
6
您可以向updateImage方法添加时间戳,如下所示:
|
|
|
2
3
常量imageURL=`https://source.unsplash.com/collection/1163637/${width}x${height}?random=${Math.random()}`; 它现在起作用了。(请注意,url更改其提供的图像大约需要5秒钟) |