在1.44.3中:
[in]输入【变量 processReturnValue】{"from":"zh","to":"en","trans_result":[{"src":"\u6d4b\u8bd5","dst":"test"}]}
[in]提取路径0【值/表达式】trans_result
[out]值0=>processReturnValue{\r\n "src": "测试",\r\n "dst": "test"\r\n }
得到的结果不是一个列表,但是在1.44.7中:
[in]输入【变量 processReturnValue】{"from":"zh","to":"en","trans_result":[{"src":"\u6d4b\u8bd5","dst":"test"}]}
[in]提取路径0【值/表达式】trans_result
[out]值0=>processReturnValue[\r\n {\r\n "src": "测试",\r\n "dst": "test"\r\n }\r\n ]
变成了一个列表
请问这是正常的表现吗?还是版本更新带来的BUG