多项选择题

ActionScript中支持的循环结构包括()。

A、while(判断条件){语句}
B、repeat{语句}until(判断条件)
C、until(判断条件){}
D、do{语句}while(判断条件)