Force browser to refresh css, javascript, etc

前端 未结 16 1860
花落未央
花落未央 2020-11-29 19:16

I\'m developing a website based on Wordpress source code through XAMPP. Sometimes I change the CSS code, scrips or something else and I notice my browser takes time to apply

16条回答
  •  醉话见心
    2020-11-29 20:00

    If you can write php, you can write:

    
    
    
    

    It will always refresh!

    EDIT: Of course, it's not really practical for a whole website, since you would not add this manually for everything.

提交回复
热议问题