新学习者的快速问题,C#代码中"@"的含义是什么?
例子:
ClientDataSource.Where = @"it.ClientID==1"; cont.Notes = @""; Response.Redirect(@"~/Default.aspx");
谢谢!
c#
c# ×1