My name is am Jack.
I'm from America.
I love Chine.
此句的中文是:
<%
if Request("answer")=1 then
Response.Write "我的名字是杰克。"
end if
if Request("answer")=2 then
Response.Write "我来自美国。"
end if
if Request("answer")=3 then
Response.Write "我爱中国。"
end if
%>
ASP编码教程:如何实现/使用缓存
[ASP]2015年4月15日ASP编码教程:asp缓存的分类
[ASP]2015年4月15日ASP编码教程:何谓ASP缓存/为什么要缓存
[ASP]2015年4月15日ASP编码教程:asp实现的sha1加密解密代码
[ASP]2015年4月15日ASP编码教程:asp执行带参数的sql语句实例
[ASP]2015年4月14日