Ejemplo n.º 1
0
 private int i;  // 代表第几天 0为今天,1为明天,2为后天。
 public Information(int _i =0 )
 {
     i = _i;
     key = new Key();
     json = new Json(key.GetAsync());
     data = new M_data();
     Data = new Data();
     //data = Data.getM_DataByJson( json.getcontent( ));  // 建立JSON对象
 }