网页变成黑白代码:
<style>html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}</style>
或
BODY {FILTER: gray;color:gray;}
加到页面</head>之上即可。