我有班級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上課立方米?明知是改變eachthime
你可以在M1類中定義它,所以它的給大家 –