示例#1
0
 public Prologue() {
   super();
   this.userID = Pref.lookupString("uid", "0");
   this.questionId = Pref.lookupString("questionId");
   this.studyName = Pref.lookupString("study_name");
 }