<!DOCTYPE html>
<html>
<body>
<%
sometext="欢迎来到这个网站!!"
response.write(Replace(sometext, "Web", "Page"))
%>
</body>
</html>