1. encodeURI:适用于url跳转时。
  2. encodeURIComponent:适用于url作为参数传递时。
  3. tips:当url作为参数传递时如果没有用encodeURIComponent进行编码,会造成传递时url中的特殊字符丢失。