Js 操作 Cookies 代码
摘要:
js代码 function getCookieVal(offset) { var endstr = document.cookie.indexOf(";",offset); if(endstr == -1) endstr = document.cookie.length; ... 阅读全文
posted @ 2009-02-20 11:24 Mr 布鲁斯 阅读(324) 评论(0) 推荐(0)
专心做有逼格的APP!
2009年2月20日 #
posted @ 2009-02-20 11:24 Mr 布鲁斯 阅读(324) 评论(0) 推荐(0)
posted @ 2009-02-20 10:22 Mr 布鲁斯 阅读(1120) 评论(0) 推荐(0)
posted @ 2009-02-20 09:38 Mr 布鲁斯 阅读(2088) 评论(1) 推荐(0)