<!DOCTYPE html>
<html>
<body>

<%
sometext="欢迎来到此网站!!" (sometext="欢迎来到此网站!!")
response.write(Mid(sometext, 9, 2))
%>


</body>
</html>