摘要:
下午写了一个简单的访问cookie的对象,贴出来先文件1: realwall.js/* * 将访问cookie的方法封装到realwall对象里 */(function(window){ var document = window.document; var realwall = { setCookie: function(name, value, expiredays){ var cookieStr = encodeURIComponent(name) + "=" + encodeURIComponent(value), ... 阅读全文
posted @ 2011-09-03 19:12
realwall
阅读(214)
评论(0)
推荐(0)

浙公网安备 33010602011771号