最简单的把页面变成灰色的代码是在head 之间加
最简单的把页面变成灰色的代码是在head 之间加
<style type="text/css">
html {
FILTER: gray
}
</style>
发布时间: 2012-09-10 11:02:32 作者: rapoo
最简单的把页面变成灰色的代码是在head 之间加
最简单的把页面变成灰色的代码是在head 之间加
<style type="text/css">
html {
FILTER: gray
}
</style>