网页颜色置"灰色" 方法1:<style type="text/css"> html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } </style>方法2:<style type="text/css"> html { FILTER: gray; } </style>