描述

encodeURIComponent 转义除了字母  数字 之外的所有字符。

URL编码方法  encodeURIComponent()

作用

为了避免服务器收到不可预知的请求,对任何用户输入的作为URI部分的内容你都需要用encodeURIComponent进行转义。

相关文章: