自定义范围,自定义运算符,自定义运算次数_PHP教程
程序员文章站
2024-02-17 18:16:10
...
optTimes + 1; $index++) { $elements[] = $this->randomValue(); } $operatorType = strlen($this->operators); //有几个运算符供选择 //开始组装算式 $question = ''; for ($index = 0; $index operators, mt_rand(0, $operatorType - 1), 1); } eval('$anwser = ' . $question . ';'); if ($anwser scope[0], $this->scope[1]); } }
测试
generate(); ?> 结果:26 + 85 = 111
下一篇: MySQL 复制原理与实际操作过程
推荐阅读