Double price = 0.0;
for(int i=1;i<=5;i++){
price+=i;
}
double yy = Double.parseDouble(price.toString());
session.setAttribute("price",price);
double y = Double.parseDouble(session.getAttribute("price").toString);
posted on 2008-09-09 15:12
Hank1026 閱讀(401)
評(píng)論(0) 編輯 收藏 所屬分類:
每日積累