我有以下代碼:店整數,字符串中的地圖
public Map<String,?> createItem(String title, String caption) {
Map<String,String> item = new HashMap<String,String>();
item.put(ITEM_TITLE, title);
item.put(ITEM_CAPTION, caption);
(***) item.put(ITEM_NUM, NUM);
排隊(
*)
我有錯誤,那麼我需要做補充整數
這意味着我的問題 – bbkaaka 2010-11-29 02:28:47