@ -69,6 +69,7 @@ var a3 = number('${A3}'); // 将A3格子的值转换为浮点数,参数JS运
var a = ${A1};
```
这种写法,a作为数字参与后续的运算;
如果有可能是其他类型,需要写为
var a = '${A1}';