标签:format

C# string.format字符串中包含大括号{的转义

C# 使用string.Format时format参数的字符串中包含有大括号,直接使用一个大括号运行时会报错, 要添加括号{只需要{{两个括号即可表示了。 例如: if(jQuery(\”#the-list input[type=’text’][value='{0}’]\”).length==0){……