-3
返回值是什麼JSONArray
返回值,如果代碼,這樣爲JsonArray
public JSONArray saveHCPMapping(String parameters, String appId, String password)
{
//your logic
try{
// some logic
try{
for(){
//some logic
}
}catch(){
//some logic
}
if(){
for(){
if(){
//some code
}else{
//some code and some more if else conditions
}
}catch(){
//some code
return jsonArray;
}
return jsonArray;
}
不知道你在問什麼。方法簽名告訴你方法應該返回JSONArray類的對象。從這個意義上說:請嘗試重新解釋您的問題,以明確您要求的內容。我真的不明白。 – GhostCat
我已經添加了閉包的返回值 – Chetanna