写一个函数进行迭代,设置两个全局变量,一个是计算数字,一个是是否停止。类似这样:vartemp1=0;vartemp2=true;functiontest(){temp1++;document.write(temp1);if(temp2){test();}}