每当我尝试使用for循环打印任何语句时,都不会使用"........output stuf.....
................................
.............................
..............................
..............................."
"The IP Adress of the New server is ....."
打印 - 而是使用document.getElementById("").innerHTML=;
打印
为什么?
document.writeln();
答案 0 :(得分:-1)
你应该使用
document.getElementById("").innerHTML+="";
现在只要循环运行,数据就会递增。