URL 编解码

支持 encodeURI / encodeURIComponent / escape / 全字符编码等多种方式。

全字符编码会把每个字符都编成 %XX;form 模式会把空格变成 +。