Loading...
使用自定义函数的方式来进行数据的加工和处理,这是最为灵活的一种方式。
{ "data": { "callback": (data) => { /* your code */ return []; } }}
(data: any) => any
(d) => d