c# 中 $符号的用法
2021-07-11 11:08
阅读:542
标签:lin ons hello jason upper each name console for c# 中 $符号的用法 标签:lin ons hello jason upper each name console for 原文地址:https://www.cnblogs.com/jasonlai2016/p/9639715.html
var names = new List
foreach (var name in names)
{
Console.WriteLine($"Hello {name.ToUpper()}!");
//Console.WriteLine("Hello"+ name.ToUpper());
}
上一篇:C#断点续传下载文件
评论
亲,登录后才可以留言!