<!DOCTYPE html>
<html>
<body>

<%

a=分割("W3Schools 是我最喜欢的网站"," ",2)
for each x in a
   response.write(x & "<br>")
next

%>
 

</body>
</html>