C#の文字列@

https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/tokens/interpolated

 从 C# 8.0 开始,可以按任意顺序使用 $ 和 @ 标记:$@"..." 和 @$"..." 均为有效的内插逐字字符串。 在早期 C# 版本中,$ 标记必须出现在 @ 标记之前。

おすすめ

転載: www.cnblogs.com/scotth/p/11655221.html