1.可以用标记语言rem goto 2.可以用循环语句 While true //中间加循环的内容。其中true可改成循环的条件 EndWhile 3.利用for限制次数循环 For 100 '循环100次 EndFor