C# 的單引號和雙引號在宣告變數時,有不同的意思。
單引號表示字元(Char),例如:Char v = 't';
雙引號表示字串(String),例如:String v = "test";
http://msdn.microsoft.com/zh-tw/library/x9h8tsay.aspx
http://msdn.microsoft.com/zh-tw/library/362314fe.aspx
http://msdn.microsoft.com/zh-tw/library/ms228362.aspx
沒有留言:
張貼留言