编码: var urlEncode = encodeURI(window.location.href);
解码: var urlDecode = decodeURI(window.location.href);