相关代码 |
|
if(name==null)name=""; byte a[]=name.getBytes("ISO-8859-1"); name=new String(a); car1.删除货物(name); out.print("您删除了货物:"+name); %> 购物车中现在的商品: Enumeration enum=list.elements(); while(enum.hasMoreElements()) { String goods=(String)enum.nextElement(); byte b[]=goods.getBytes("ISO-8859-1"); goods=new String(b); out.print(""+goods); } %> String str1=response.encodeRedirectURL("car.jsp"); %> String str=response.encodeRedirectURL("selectRemovedGoods.jsp"); %>
相关资源 |
|