首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > XML SOAP >

xmlhttp 数组接收靠山传过来的数据

2012-12-22 
xmlhttp 数组接收后台传过来的数据。String encryptform.getEncrypt()null?:form.getEncrypt()String

xmlhttp 数组接收后台传过来的数据。

String encrypt=form.getEncrypt()==null?"":form.getEncrypt();String path=form.getPath()==null?"":form.getPath();String server=form.getServer()==null?"":form.getServer();String master=form.getMaster()==null?"":form.getMaster();String fs=form.getFs()==null?"":form.getFs();if("".equals(master) | "".equals(seedid)) seedid="Invalid url";else seedid="http://"+master+"/"+seedid+"?fs="+fs;message = videoname+","+videotype+","+big+","+uploadtime+","+seedid+","+encrypt+","+path+","+server;System.out.println(message);ctx.response().setContentType("text/html;charset=GBK");ctx.response().getWriter().write(message);ctx.forwardByName("");    return;

热点排行