摘要: string.format如果要格式的字符串里有"{}"时,函数会把{}看作是参数. 特别是用string.format编写脚本的时候.则就会有希望.在做审核时如现了此情况.源代码是如下: string script = string.Format(@"" , customerId , (int)DataModel.Customer.Parties.CustomerUserType.Manage)... 阅读全文