When coding HTML, browser doesn't always detect changes

前端 未结 6 858
自闭症患者
自闭症患者 2021-01-21 11:11

When I\'m coding HTML and CSS and load the page in the browser to check changes, sometimes it doesn\'t update for a while. This obviously causes problems with incremental change

6条回答
  •  天命终不由人
    2021-01-21 11:26

    Try Ctrl+F5 on Windows or Cmd+Shift+R on OSX, this will avoid your browser reading its cache when loading the page (at least when it's Chrome or Firefox)

提交回复
热议问题