1. 程式人生 > >html和URL常用轉義符

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
; &#59; — 分號Semicolon
< &#60; &lt; 小於號Less than
= &#61; — 等於符號Equals sign
> &#62; &gt; 大於號Greater than
? &#63; — 問號Question mark
@ &#64; — Commercial at
| &#124; — 豎線Vertical bar
~ &#126; — Tilde
? &#161; &iexcl; Inverted exclamation
a &#97; — 小寫a Small a
b &#98; — 小寫b Small b
c &#99; — 小寫c Small c
d &#100; — 小寫d Small d
e &#101; — 小寫e Small e
f &#102; — 小寫f Small f
g &#103; — 小寫g Small g
h &#104; — 小寫h Small h
i &#105; — 小寫i Small i
j &#106; — 小寫j Small j
k &#107; — 小寫k Small k
l &#108; — 小寫l Small l
m &#109; — 小寫m Small m
n &#110; — 小寫n Small n
o &#111; — 小寫o Small o
p &#112; — 小寫p Small p
q &#113; — 小寫q Small q
r &#114; — 小寫r Small r
s &#115; — 小寫s Small s
t &#116; — 小寫t Small t
u &#117; — 小寫u Small u
v &#118; — 小寫v Small v
w &#119; — 小寫w Small w
x &#120; — 小寫x Small x
y &#121; — 小寫y Small y
z &#122; — 小寫z Small z
A &#65; — 大寫A Capital A
B &#66; — 大寫B Capital B
C &#67; — 大寫C Capital C
D &#68; — 大寫D Capital D
E &#69; — 大寫E Capital E
F &#70; — 大寫F Capital F
G &#71; — 大寫G Capital G
H &#72; — 大寫H Capital H
I &#73; — 大寫J Capital I
J &#74; — 大寫K Capital J
K &#75; — 大寫L Capital K
L &#76; — 大寫K Capital L
M &#77; — 大寫M Capital M
N &#78; — 大寫N Capital N
O &#79; — 大寫O Capital O
P &#80; — 大寫P Capital P
Q &#81; — 大寫Q Capital Q
R &#82; — 大寫R Capital R
S &#83; — 大寫S Capital S
T &#84; — 大寫T Capital T
U &#85; — 大寫U Capital U
V &#86; — 大寫V Capital V
W &#87; — 大寫W Capital W
X &#88; — 大寫X Capital X
Y &#89; — 大寫Y Capital Y
Z &#90; — 大寫Z Capital Z

下表中列出了一些URL特殊符號及編碼

特殊字元 說明 16進位制值
+ URL 中+號表示空格 %2B
空格 URL中的空格可以用+號或者編碼 %20
/ 分隔目錄和子目錄 %2F
? 分隔實際的URL和引數 %3F
% 指定特殊字元 %25
# 表示書籤 %23
& URL中指定的引數間的分隔符 %26
= URL中指定引數的值 %3D