我有类 m1,里面有 new m2().execute(); 新 m3().execute();
所以
public class m1 extends Activity {
new m2().execute();
new m3().execute();
class m2 extends AsyncTask<String, String, String> {
public void s {
String id3 = map12.get("CourseID");
}
}
class m3 extends AsyncTask<String, String, String> {
}//m3
}//m
我怎样才能让 id3 进入 m3 类?知道这是每次都改变