<!DOCTYPE html>
<html>
<body>

<%

a=Split("W3Schools 是我最喜爱的网站"," ",2)
对于 a 中的每个 x
   response.write(x & "<br>")
下一个

%>
 

</body>
</html>