Home>Article>Web Front-end> What should I do if chrome css cannot be loaded?
The solution to the problem that chrome css cannot be loaded: first open the corresponding css file; then make modifications; then save the modifications; and finally press the "Ctrl F5" shortcut key to reload the resources.
The operating environment of this tutorial: Windows 10 system, Chrome76.0&&CSS3 version, DELL G3 computer.
Recommendation: "css video tutorial"
chrome css cannot be loaded?
Solution to the problem that Google Chrome CSS styles are not displayed:
I used sublime to write HTML and CSS. After changing and updating, I refreshed Chrome, and the style remained unchanged.
But the Firefox browser can display it synchronously. At first, I thought it was due to browser compatibility, but that would be troublesome.
This problem has bothered me for a long time. Later, I discovered that chrome caches css styles, and pressing F5 to refresh is useless.
Just clear the cache. Of course, a faster way is to press Ctrl F5 to force the resource to be reloaded, and that's it.
The above is the detailed content of What should I do if chrome css cannot be loaded?. For more information, please follow other related articles on the PHP Chinese website!