2013年7月15日 星期一
[C#] @的用法
------------------------------------
ref : http://note.tc.edu.tw/209.html
------------------------------------
@之後的字串會把 \ 當成一般字元處理
sample 1 :
c:\program files\
string d = "c:\\program files\\"
string e = @"c:\program files\"
sample 2 : 要使用特殊字的話
"c:\program files\"
string f = "\"c:\\program files\\\""
string e = @""c:\program files\""
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言