开发者

A quoi correspond %20? [closed]

开发者 https://www.devze.com 2023-02-05 12:29 出处:网络
It's difficult to tell what is being asked here. This question is ambig开发者_JAVA技巧uous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
It's difficult to tell what is being asked here. This question is ambig开发者_JAVA技巧uous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

A quoi correspond %20 ? Je me pose vraiment cette question.

And in english:

What is %20?


%20 means ASCII Code 20 (Hex), which is a blank (space), see http://www.asciitable.com/


It's a space character, URL-encoded.
The 20 is the character code for the space character, in hexadecimal. In decimal, it's 32.


French:

C'est un espace, URL-encoded. Le 20 est le code de caractère pour le caractère espace, en hexadécimal. En décimal, c'est 32.


%20 is the space character URL encoded.


A space.

For other excape characters : http://www.december.com/html/spec/esccodes.html

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号