c# string.format 的簡寫 $

var name = "huchao";
var info = $"你是誰,我叫:{name}";
Console.Write(info);
Console.ReadKey();it

相關文章
相關標籤/搜索