网站调用公共部分,把代码加载到公共部分
css代码
<style type="text/css"> body { filter: grayscale(100%); } </style>
js代码
js代码 <script type="text/javascript"> document.body.style.backgroundColor = "gray"; document.body.style.color = "white"; // 将文本颜色设置为白色以使其在灰色背景上可见 </script>
技术QQ交流群:157711366
技术微信:liehuweb
写评论