直接这么干,会咋样?
<script type="text/javascript">
con.style.color="red";
con.style.backgroundColor="#CCC";
con.style.width="400px";
</script>
你直接取了元素,这样变一般为普通了,这和取变量的初衷违背了
如果取变量的话,变量取什么元素是可以变的呀。
同样的效果,为什么呢!
干嘛要获取元素,再定义变量呢?