执行网

阅读 / 问答 / 标签

javascript 循环执行网页

if (i == page_list.length) { clearInterval(t); } 把上面的改成:if (i == page_list.length) { i = 0; }