encodeuricomponent有什么用?
1、encodeuricomponent
可把字符串作为 URI 组件进行编码。
该方法不会对 ASCII 字母和数字进行编码,也不会对这些 ASCII 标点符号进行编码: - _ . ! ~ * ’ ( ) 。
其他字符(比如 :;/?
标签:编码,encodeURIComponent,url,什么,URI,参数传递,encodeuricomponent From: https://www.cnblogs.com/webSnow/p/16865776.html