不赋值var=" ",也可以在网页上显示输出的值,那为什么要赋值呢?
<script type="text/javascript">
document.write("hello!"); //没有进行赋值var,网页上还是能显现出来hello。那为什么还要多一步赋值呢?
</script>
<script type="text/javascript">
document.write("hello!"); //没有进行赋值var,网页上还是能显现出来hello。那为什么还要多一步赋值呢?
</script>
2017-03-06
举报