<!DOCTYPE html>
<html>
<body>
<%
sometext="欢迎访问此网!页!"
response.write(Replace(sometext, "网!页", "页面"))
%>
</body>
</html>