摘要:
asp的文件为:123456789101112131415<% dim a,b,ans a=cint(request.form("a")) b=cint(request.form("b")) ans=a+b response.write("<?xml version=""1.0"" encoding=""utf-8""?>") response.contenttype = "text/xml"re... 阅读全文
posted @ 2013-01-10 21:51
thero
阅读(277)
评论(0)
推荐(0)