예제 #1
0
 // TODO BUG 这里不能直接引用TextCsv.Loc
 public static string Loc(this string str)
 {
     LogManager.Error("当前不提供这样的功能");
     return string.Empty;
     //return TextCsv.Loc(str);
 }