posts - 495,comments - 227,trackbacks - 0

          寫Cookie

          ?????Cookie?cookie?=?new??Cookie(?"?info?"?,info);
          ?????cookie.setMaxAge(?1000?);
          ?????cookie.setPath(?"?/?"?);
          ?????cookie.setDomain(?"?duxiu.com?"?);
          ?????response.addCookie(cookie);?



          *****************************************
          讀Cookie

          ? ??String?info? = ? " info " ;
          ? ??Cookie[]cookie? = ?request.getCookies();
          ? ??Cookie?cookie_request = null ;
          ? ??List?list? = Arrays.asList(cookie);
          ? ??Iterator?it = list.iterator();
          ? ?? while (it.hasNext())
          ? ?? {
          ? ???Cookie?temp = (Cookie)it.next();
          ? ??? if (temp.getName().equals(info))
          ?????{
          ??????cookie_request=temp;
          ??????break;
          ????}?

          ? ??}?

          ? ??info?=?cookie_request.getValue();
          ??
          posted on 2006-03-30 16:27 SIMONE 閱讀(321) 評論(0)  編輯  收藏 所屬分類: JSP
          主站蜘蛛池模板: 通辽市| 鄂托克旗| 濉溪县| 天气| 衢州市| 翼城县| 陕西省| 黄龙县| 星子县| 昂仁县| 昆山市| 怀远县| 陆丰市| 中西区| 固阳县| 台安县| 柘城县| 合川市| 全州县| 丹棱县| 黄冈市| 宁德市| 乡宁县| 韩城市| 惠东县| 沭阳县| 新绛县| 龙陵县| 新余市| 报价| 福泉市| 大安市| 洪江市| 梁山县| 米脂县| 卓尼县| 连云港市| 南康市| 开封市| 若羌县| 图木舒克市|