开发者

A quoi correspond %20? [closed]

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜