摘要:
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)
浙公网安备 33010602011771号