zl程序教程

您现在的位置是:首页 >  其它

当前栏目

jsonpath 求和

求和 jsonpath
2023-09-14 08:57:39 时间
{
  "price": [
      1.0,
      2.0
  ]
}
$..price.sum()

以下表达式