Merge remote-tracking branch 'origin/dev' into test
This commit is contained in:
@@ -109,7 +109,6 @@ public class LoginProperties {
|
||||
protected char[] alphas() {
|
||||
// 生成随机数字和运算符
|
||||
int n1 = num(1, 10), n2 = num(1, 10);
|
||||
// int n1 = num(1, 5), n2 = num(1, 5);
|
||||
int opt = num(3);
|
||||
|
||||
// 计算结果
|
||||
|
||||
Reference in New Issue
Block a user