我是万万没想到的,使用Popconfirm不添加key属性也会报错: react-refresh:160Warning: Each child in a list should have a unique "key" prop. Check the render method of Cell. Seehttps://reactjs.org/link/warning-keys for more informa…
JSON解析案例1 将String转为JSONObject
JSONObject res JSONObject.parseObject(result);获取documents
JSONArray array res.getJSONObject("result").getJSONArray("documents");遍历JSONArray
for (int i 0; i < array.size(); i) {JSONObject…