这么设置???
<script type="text/javascript">
var star =document.getElementId('con');
star.style.color="red";
star.style.backgroundColor="#ccc";
star.style.display="none";
</script>
<script type="text/javascript">
var star =document.getElementId('con');
star.style.color="red";
star.style.backgroundColor="#ccc";
star.style.display="none";
</script>
2015-09-08
举报