html和URL常用轉義符
html常用轉義符:
  空格Nonbreaking space
! ! — 驚歎號Exclamation mark
” " " 雙引號Quotation mark
# # — 數字標誌Number sign
$ $ — 美元標誌Dollar sign
% % — 百分號Percent sign
& & & Ampersand
‘ ' — 單引號Apostrophe
( ( — 小括號左邊部分Left parenthesis
) ) — 小括號右邊部分Right parenthesis
[ [ --- 中括號左邊部分Left square bracket
] ] — 中括號右邊部分Right square bracket
{ { — 大括號左邊部分Left curly brace
} } — 大括號右邊部分Right curly brace
* * — 星號Asterisk
+ + — 加號Plus sign
, , — 逗號Comma
- - — 連字號Hyphen
. . — 句號Period (fullstop)
/ / — 斜槓Solidus (slash)
\ \ — 反斜槓Reverse solidus (backslash)
0 0 — 數字0 Digit 0
1 1 — 數字1 Digit 1
2 2 — 數字2 Digit 2
3 3 — 數字3 Digit 3
4 4 — 數字4 Digit 4
5 5 — 數字5 Digit 5
6 6 — 數字6 Digit 6
7 7 — 數字7 Digit 7
8 8 — 數字8 Digit 8
9 9 — 數字9 Digit 9
: : — 冒號Colon
; ; — 分號Semicolon
< < < 小於號Less than
= = — 等於符號Equals sign
> > > 大於號Greater than
? ? — 問號Question mark
@ @ — Commercial at
| | — 豎線Vertical bar
~ ~ — Tilde
? ¡ ¡ Inverted exclamation
a a — 小寫a Small a
b b — 小寫b Small b
c c — 小寫c Small c
d d — 小寫d Small d
e e — 小寫e Small e
f f — 小寫f Small f
g g — 小寫g Small g
h h — 小寫h Small h
i i — 小寫i Small i
j j — 小寫j Small j
k k — 小寫k Small k
l l — 小寫l Small l
m m — 小寫m Small m
n n — 小寫n Small n
o o — 小寫o Small o
p p — 小寫p Small p
q q — 小寫q Small q
r r — 小寫r Small r
s s — 小寫s Small s
t t — 小寫t Small t
u u — 小寫u Small u
v v — 小寫v Small v
w w — 小寫w Small w
x x — 小寫x Small x
y y — 小寫y Small y
z z — 小寫z Small z
A A — 大寫A Capital A
B B — 大寫B Capital B
C C — 大寫C Capital C
D D — 大寫D Capital D
E E — 大寫E Capital E
F F — 大寫F Capital F
G G — 大寫G Capital G
H H — 大寫H Capital H
I I — 大寫J Capital I
J J — 大寫K Capital J
K K — 大寫L Capital K
L L — 大寫K Capital L
M M — 大寫M Capital M
N N — 大寫N Capital N
O O — 大寫O Capital O
P P — 大寫P Capital P
Q Q — 大寫Q Capital Q
R R — 大寫R Capital R
S S — 大寫S Capital S
T T — 大寫T Capital T
U U — 大寫U Capital U
V V — 大寫V Capital V
W W — 大寫W Capital W
X X — 大寫X Capital X
Y Y — 大寫Y Capital Y
Z Z — 大寫Z Capital Z
下表中列出了一些URL特殊符號及編碼
特殊字元 | 說明 | 16進位制值 |
+ | URL 中+號表示空格 | %2B |
空格 | URL中的空格可以用+號或者編碼 | %20 |
/ | 分隔目錄和子目錄 | %2F |
? | 分隔實際的URL和引數 | %3F |
% | 指定特殊字元 | %25 |
# | 表示書籤 | %23 |
& | URL中指定的引數間的分隔符 | %26 |
= | URL中指定引數的值 | %3D |