<!DOCTYPE html>
<html>
<body>
<%
fname="杰克"
response.write("你好" & Trim(fname) & "和欢迎。")
%>
</body>
</html>