不知道是哪里错了,好像还是死循环
PHP code1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http:
-->result();
function result()
{
while ( $_POST [ "m" ]&& $_POST [ "n" ])
{
$outmap = array (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15);
$arr [20]= array (0);
$j =0;
do {
for ( $t =0; $t =0&& $arr [ $n ]>= $nMaxElm ;++ $arr [-- $n ]);
if ( $n
|
로그인 후 복사
------解决方案--------------------估计楼主把while($_POST["m"]&&$_POST["n"])
改成if($_POST["m"]&&$_POST["n"])你的程序会给你输出你想要的结果。
------解决方案--------------------PHP code1 2 3 4 5 6 | while ( $_POST [ "m" ]&& $_POST [ "n" ]) <div class = "clear" >
</div>
|
로그인 후 복사