encodeURI("http://www.cnblogs.com/season-huang/some other thing"); //整个URL进行编码"http://www.a.com?foo="+encodeURIComponent(param);
decodeURI 或 decodeURIComponent