<!DOCTYPE html>
<html>
<body>
<%
fname=" Jack "
response.write("你好" & LTrim(fname) & ",欢迎你。")
%>
</body>
</html>