私はクラス m1 を持っており、その中に new m2().execute(); があります。new 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 に取得するにはどうすればよいですか? それが毎回変わることを知っている