摘要: C#中$的用法是c#6.0后新增的特性,用于代替string.Format(""),例如: string strWhere=""; strWhere += string.Format(" and w.Id={0}", searchKeys["Id"].ToString());strWhere += 阅读全文
posted @ 2019-01-09 15:32 东半球的王小白 阅读(1593) 评论(0) 推荐(0)
摘要: C#中$的用法是c#6.0后新增的特性,用于代替string.Format(""),例如: string strWhere=""; strWhere += string.Format(" and w.Id={0}", searchKeys["Id"].ToString());strWhere += 阅读全文
posted @ 2019-01-09 15:29 东半球的王小白 阅读(1336) 评论(0) 推荐(0)