最佳答案
我有以下代码:
return "[Inserted new " + typeof(T).ToString() + "]";
但
typeof(T).ToString()
返回包括命名空间在内的全名
是否有方法只获取类名(没有任何名称空间限定符?)