POST,url,jsonObject, Response.Listener { response -> // Process the json try { textView.text = "Response: $response" }catch (e:Exception){ ...
確定! 回上一頁