我有一个方法被称为参数,如下面的代码......我需要在我的代码中使用 Oncomplete 方法之外的参数“arry”......有没有办法可以实现?
Request request = new Request(session,
"/fql",
params,
HttpMethod.GET,
new Request.Callback(){
public void onCompleted(Response response) {
String arry = graphObject.getProperty("data").toString();
}
}