<%

a=Split("SundayMondayTuesdayWEDNESDAYThursdayFridaySaturday","day",-1,1)
对于 a 中的每个 x
  response.write(x & "
")
下一步

%>