C# 字符串前加$

Posted lishidefengchen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C# 字符串前加$相关的知识,希望对你有一定的参考价值。

string s = "hello";
string fo = $"s world";

// 等同于使用Format方法:
string fo = string.Format("0 world",s);

(完)

以上是关于C# 字符串前加$的主要内容,如果未能解决你的问题,请参考以下文章

python 字符串前加u r b的意义

Python 在字符串前加 ’u‘‘r’’b‘ 的作用

python 字符串前加u,r,b的含义

Python3 字符串前加“u,r,b”的意义

常量前加字符('+')[重复]

python全栈学习总结更新字符串:字符串格式化方法