<!DOCTYPE html>
<html>
<body>

<%

fname=" Jack "
response.write("你好" & RTrim(fname) & ",欢迎。")

%>
 

</body>
</html>