Integer li_a=0,li_b=0 FOR li_a=0 TO 100 li_a++ IF li_b>10 THEN CONTIUNE li_b++ NEXT 循环条件是0<li_a<100还是0<=li_a<=100啊 问题点数:20、回复次数:13Top