如何获取js里的变量值在script脚本中,直接使用变量。变量对应变量值。示例<script> var a = '1' var b = a+'k'这里使用变量a,最终得到1k的结果。&a2023-03-05JavaScript180