[Java] 纯文本查看 复制代码 public static Object lambda20cont(Object arg4) {
while(runtime.processAndDelayed$V(new Object[]{Screen1.lambda$Fn20, Screen1.lambda$Fn21}) != Boolean.FALSE) {
runtime.callComponentMethod(Screen1.Lit38, Screen1.Lit39, LList.list1("注册成功"), Screen1.Lit40);
}
return null;
}[Java] 纯文本查看 复制代码 Screen1.lambda$Fn20 = new ModuleMethod(v1, 34, null, 0);
Screen1.lambda$Fn21 = new ModuleMethod(v1, 35, null, 0);[Java] 纯文本查看 复制代码
case 34: {
return Screen1.lambda21();
}
case 35: {
return Screen1.lambda22();
}[Java] 纯文本查看 复制代码 static Object lambda21() {
return runtime.callYailPrimitive(strings.string$Eq$Qu, LList.list2(runtime.getProperty$1(Screen1.Lit21, Screen1.Lit18), "搞死我?"), Screen1.Lit36, "text=");
}
static Object lambda22() {
return runtime.callYailPrimitive(strings.string$Eq$Qu, LList.list2(runtime.getProperty$1(Screen1.Lit31, Screen1.Lit18), "滚蛋"), Screen1.Lit37, "text=");
}
逻辑挺清晰的,不过输了flag后程序直接崩溃,不知道是不是我模拟器问题 |