我的代码:
List<Item> cartList= new ArrayList<Item>();
for(Item correctDataOfItem: correctDataList){
Item clonedItem=response.getItem().clone();
clonedItem = populateCartItem(correctDataOfItem, clonedItem);
/*In populateCartItem(), we set different values of item in clonedItem with the values from correctDataOfItem and return the clonedItem (with new values set)
*/
cartList.add(clonedItem);
}
我不知道为什么google map api key停止工作,为什么会发生这种情况,我可能知道创建google api密钥的标准程序吗?