<!DOCTYPE html>
<html>
<body>

<%

Dim a(5)
a(0)="星期六"
a(1)="星期日"
a(2)="星期一"
a(3)="星期二"
a(4)="星期三"
response.write(IsArray(a))

%>
 

</body>
</html>