背景:某些时候,需要让网站一键变灰。只需要短短几行代码就能做到。
1.直接上代码直接在 html 上加上此样式,搞定。
<style>
html {
filter: grayscale(100%);
-webk
2021-05-22