例如:
h2{ text-decoration:underline,blink; }
要么
h2{ text-decoration:underline; text-decoration:blink; }
*以上都不是
如果没有这样的方法,最快/最简单的方法是什么?
text-decoration: underline overline line-through;
http://jsfiddle.net/PamjT/