text-decoration:line-through;
<script type="text/javascript">
$(document).ready(function(){
alert('you are here');
});
</script>
//文本溢出
#overflow666{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
网友评论