前台
var strUrl:String=StringUtil.trim(strFileInServerPath)+"?dowhat=add&plusPath="+StringUtil.trim(plusPath);request = new URLRequest(encodeURI(strUrl));
后台
plusPath = new String(request.getParameter("plusPath").getBytes( "ISO-8859-1"), "gbk");
相关资源:敏捷开发V1.0.pptx