<!DOCTYPE html>
<html>
<body>
<%
a=Split("W3Schools 是我最喜欢的网站")
对于 a 中的每个 x
response.write(x & "<br>")
下一步
%>
</body>
</html>