Generally implemented through js, just reload the value of src
<img src="index.php?p=back&c=Admin&a=captcha" onclick="this.src=this.src+'&k='+Math.random();"/>+'&k='+Math.random() This sentence adds a random number to the value of src, whether it is present or not. In order to be compatible with browsers, it is best to add it.
