<!DOCTYPE html>
<html>
<body>

<%
sometext="欢迎访问此网&#x21;页!"
response.write(Replace(sometext, "网&#x21;页", "页面"))
%>


</body>
</html>