无题
string tt = null ;
if (tt.Trim() == string.Empty && tt != null) // 异常:未将对象设置到实例
tt = null ;
if (tt.Trim() == string.Empty && tt != null) // 异常:未将对象设置到实例
tt = null ;
string tt = null ;
if (tt != null && tt.Trim() == string.Empty ) // 正常
tt = null ;
if (tt != null && tt.Trim() == string.Empty ) // 正常
tt = null ;