一行代码实现暗黑模式:只需要给html标签加上一个css属性: filter: invert(1) hue-rotate(180deg);
4