<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>阿当制
import {isFunction, extend} from 'lodash' const _originStorage = function () { var pluses = /\+/g function encode (s) { return _cookie.raw ? s : encodeURIComponent(s) } function decode (s) { return _cookie.raw ? s : decodeURIComponent(s) } function s