|
ASP
Special-Symbols
More detial or script code example
right single quotation marks '
an apostrophe ; chr(34)
右上側的一撇 ' 特別符號---單引號 Description: '
Entity Name supported by HTML : &rsquo
An apostrophe
右上側的一撇 '
HTML 可用 &rsquo 或 '
‘ ’single quotation marks 單引號 
ASP
Special-Symbols
More detial or script code example
double quotation (") marks
“ ”double quotation marks 雙引號
Description: double quotation (") mark
to display a (") you need to write
("") two double quotations in a script
single " means script
“ ”double quotation marks 雙引號
的使用
------其他特殊字元-----
空格
雙引號 "
單引號 '
強調符號 `
數字符號 #
百分比符號 %
大於 >
小於 <
驚嘆號 !
句號 .
角括號 [ 或 ]
星號 *
貨幣符號 $
分號 ;
冒號 :
問號 ?
插入號 ^
大括弧 ( 或 )
加號 +
反斜線 \

|