摘要: function parse_str (str, array) { // Parses GET/POST/COOKIE data and sets global variables // // version: 1109.2015 // discuss at: ht... 阅读全文
posted @ 2012-07-12 20:02 shuaixf 阅读(613) 评论(0) 推荐(0)
摘要: $.cookie = { /*** 读取cookie** @param {String} n=名称* @return {String} cookie值* @example* $.cookie.get(‘id_test’);*/ get: function(n) { va... 阅读全文
posted @ 2012-07-12 19:47 shuaixf 阅读(207) 评论(0) 推荐(0)