脚本说明: 把如下代码加入<body>区域中 <div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: blur(add=1, direction=45, strength=3)">Welcome You</div>
<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: glow(color=ffff00, strength=5)"> Welcome You</div>
<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: dropshadow(color=000000, offx=3, offy=3, positive=1)"> Welcome You</div>
<div style="width: 350; font-size:15pt; font-family: Arial ; color: yellow; position: relative; filter: invert"> Welcome You</div>
<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: xray"> Welcome You</div>
<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: fliph">Welcome You</div>
<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: flipv"> Welcome You</div>
|