我的評論
re: Java做的酒店管理系統(tǒng)(C/S)源碼[未登錄] 烏鴉 2014-12-12 10:43
1414697412@qq.com 求一份代碼學(xué)習(xí)一下,謝謝
re: 將JSON轉(zhuǎn)換成MAP的工具類[未登錄] 烏鴉 2014-12-02 19:45
map的那個方法中的if部分改成:
if(v instanceof JSONObject){
map.putAll(parseJSON2Map(v.toString()));
} else {
map.put(k.toString(), v);
}
if(v instanceof JSONObject){
map.putAll(parseJSON2Map(v.toString()));
} else {
map.put(k.toString(), v);
}