避坑:代码块的input会把数字变成科学计数字符串

分享 避坑  收藏
3 / 104

先《生成一个数字》,代码是:

var nNum = 12345678;
output = {"数字": nNum};

再《读取这个数字》,看执行日志变成下图:
image.png