天天看点

c# 字符串以逗号分割属性加上单引号

老是忘,记下来

string s1 = string.Format("'{0}'", SourceName.Replace(",", "','"));