typeof object返回object对象数据类型
encodeURIComponent(str)//可把字符串作为URI 组件进行编码。
若str1和str2字符串数值相同,encodeURIComponent(str1)和encodeURIComponent(st2)返回值不一样,可用str.trim()+""处理字符串,处理后就相同了。
typeof object返回object对象数据类型
encodeURIComponent(str)//可把字符串作为URI 组件进行编码。
若str1和str2字符串数值相同,encodeURIComponent(str1)和encodeURIComponent(st2)返回值不一样,可用str.trim()+""处理字符串,处理后就相同了。