这个例子很有用,但我想使用部分文本。
.line-through {
文字装饰:直通;
}
< select class =" line-through">
< option> test text< / option>
< /选择>
像这样:
<选择>
< option> test< span class =" line-through"> text< / span>< / option>
< /选择>
要么
<选择>
< option> test< del> text< / del>< / option>
< /选择>
它不起作用,有没有办法实现?