第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

以下的代碼哪里錯了

以下的代碼哪里錯了

遠大的理想 2017-03-17 15:35:03
<%?? ? ? ? ? ? ? String list ="";? ? ? ? ? ? ? //從客戶端獲得Cookies集合? ? ? ? ? ? ? Cookie[] cookies = request.getCookies();? ? ? ? ? ? ? //遍歷這個Cookies集合? ? ? ? ? ? ? if(cookies!=null&&cookies.length>0)? ? ? ? ? ? ? { ? ? ? ? ? ? ?for(Cookie c:cookies) ? ? ? ? ? ? ?{ ? ? ? ? ? ? ? ? ?if(c.getName().equals("ListViewCookie")) ? ? ? ? ? ? ? ? ?{ ? ? ? ? ? ? ? ? ? ? list = c.getValue(); ? ? ? ? ? ? ? ? ?} ? ? ? ? ? ? ?} ? ? ? ? ?}? ? ? ? ? ? ??? ? ? ? ? ? ? list+=request.getParameter("id")+",";? ? ? ? ? ? ? //如果瀏覽記錄超過1000條,清零.? ? ? ? ? ? ? String[] arr = list.split(",");? ? ? ? ? ? ? if(arr!=null&&arr.length>0)? ? ? ? ? ? ? {? ? ? ? ? ? ? ? ? if(arr.length>=1000)? ? ? ? ? ? ? ? ? {? ? ? ? ? ? ? ? ? ? ? list="";? ? ? ? ? ? ? ? ? }? ? ? ? ? ? ? }? ? ? ? ? ? ? Cookie cookie = new Cookie("ListViewCookie",list);? ? ? ? ? ? ? response.addCookie(cookie);? ? ? ? ??? ? ? ? ? %>? ? ? ? ? <!-- 瀏覽過的商品 -->? ? ? ? ? <td width="30%" bgcolor="#EEE" align="center">? ? ? ? ? ? ?<br>? ? ? ? ? ? ?<b>您瀏覽過的商品</b><br>? ? ? ? ? ? ?<!-- 循環(huán)開始 -->? ? ? ? ? ? ?<%?? ? ? ? ? ? ? ? ArrayList<Items> itemlist = itemDao.getViewList(list);? ? ? ? ? ? ? ? if(itemlist!=null&&itemlist.size()>0 )? ? ? ? ? ? ? ? {? ? ? ? ? ? ? ? ? ?System.out.println("itemlist.size="+itemlist.size());? ? ? ? ? ? ? ? ? ?for(Items i:itemlist)? ? ? ? ? ? ? ? ? ?{? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ? ?%>
查看完整描述

1 回答

?
Finit

TA貢獻222條經(jīng)驗 獲得超80個贊

?if(arr!=null&&arr.length>0)

? ? ? ? ? ? ? {

? ? ? ? ? ? ? ? ? if(arr.length>=1000)

? ? ? ? ? ? ? ? ? {

? ? ? ? ? ? ? ? ? ? ? list="";

? ? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? }

沒必要2個if ?,放在一個if里

查看完整回答
反對 回復(fù) 2017-03-17
  • 1 回答
  • 0 關(guān)注
  • 1187 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號