How to solve the problem of Chinese file name, can't resolve file

clipboard.png

Mar.13,2021

add an encoding declaration to the header of your css:

@charset "UTF-8";

otherwise, if the browser parses the css file according to the operating system code, the file will be garbled under windows (non-utf8 code) and the file will not be found.

Menu