C# 字串前的 @ 代表的意義 C# 字串前的 @ 代表把字串中的 '' 當成一般字元處理: string a="abc"dd"; //以 " 表示雙引號 string b= "C:\Program Files\&...
note.tc.edu.tw