<!DOCTYPE html>
<html>
<body>
<%
a=分割("W3Schools 是我最喜歡的網站"," ",2)
for each x in a
response.write(x & "<br>")
next
%>
</body>
</html>