js中怎么显示一个变量的值有两种方式:1、通过document.write的方式显示变量值<script>var a='1'document.write(a)在页面上显示a的值1<script&2023-04-13JavaScript370