博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年11月8日

摘要: function GetCookieVal(offset)//获得Cookie解码后的值{var endstr = document.cookie.indexOf (";", offset);if (endstr == -1)endstr = document.cookie.length;return unescape(document.cookie.substring(offset, endst... 阅读全文

posted @ 2006-11-08 13:19 快乐家++ 阅读(482) 评论(0) 推荐(0)