JS中escape,encodeURI,encodeURIComponent各自不编码的字符
成功志
JS中escape,encodeURI,encodeURIComponent各自不编码的字符
2012-5-22 ok12

JS中escape,encodeURI,encodeURIComponent各自不编码的字符


 


escape不编码字符有69个:*,+,-,.,/,@,_,0-9,a-z,A-Z


 


encodeURI不编码字符有82个:!,#,$,&,',(,),*,+,,,-,.,/,:,;,=,?,@,_,~,0-9,a-z,A-Z


 


encodeURIComponent不编码字符有71个:!, ',(,),*,-,.,_,~,0-9,a-z,A-Z

发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容