<!DOCTYPE html>
<html>
<body>

<%
dim name
name="唐纳德达克"
response.write("我的名字是:"&name)
%>


</body>
</html>