gpt4 book ai didi

c# - string.format 格式化字符串包含 {

转载 作者:行者123 更新时间:2023-11-30 18:51:09 25 4
gpt4 key购买 nike

有没有办法让调用 string.format 时使用的格式字符串包含不用于子字符串插入的 { 字符?

例如我该怎么做...

string.format("my format has this { in it {0}", abc);

返回...

"my format has this { in it abc"

我需要将此操作作为我在 HTML 中创建的字符串,并将包含一个 javascript 脚本 block 。

谢谢

最佳答案

是的,你只需要加倍:

string.Format("my format has this {{ in it {0}", abc);

请参阅 MSDN page for Composite Formatting 上的“转义大括号”部分了解更多详情。

关于c# - string.format 格式化字符串包含 {,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8402488/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com