Data Processing
第 N 项
使用 lodash _.nth 获取指定索引的元素
text· 文本结果
快速开始
用三种语言从你的代码中调用此工具。
cURL
curl -X POST 'https://api.elysiatools.com/zh/api/tools/nth-item' \
-H 'Content-Type: application/json' \
-d '{"array":"[\"a\", \"b\", \"c\", \"d\"]","index":0}'