<!DOCTYPE html>
<html>
<body>

<%

a=Split("星期天星期一星期二星期三星期四星期五星期六","天",-1,0)
遍历 a 中的每个 x
   response.write(x & "<br>")
下一步

%>


</body>
</html>