beagreatman

导航

 

2016年7月21日

摘要: cookie Name为TEST_COOKIE:用如下方法可以获取cookie值: document.cookie.replace(/(?:(?:^|.*;\s*)TEST_COOKIE\s*\=\s*([^;]*).*$)|^.*$/, '$1') 阅读全文
posted @ 2016-07-21 11:33 BeAMan 阅读(1978) 评论(0) 推荐(0) 编辑