Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 json 数组。对于这个数组的每个元素,我想进行额外的查询并将查询结果添加到那些特定的数组元素中。这些额外的查询我想要多线程。请提出一种有效的方法。