摘要:
正在开发一个b2c的国外商城,昨天做了一个历史浏览记录发出来跟大家分享一下.JS://cookie相关函数 function getCookieVal(offset) { var endstr = document.cookie.indexOf(";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr));}function getCookie(name) { var arg = name 阅读全文
posted @ 2013-07-25 10:26
悟动人生
阅读(612)
评论(0)
推荐(0)

浙公网安备 33010602011771号