摘要: 方法1:str==""方法2:str==string.Empty方法3:str.Length==0方法4:string.IsNullOrEmpty(str)方法3效率最高,原因数字的比较速度最快!!!Reflector查看源码结果: 阅读全文
posted @ 2011-06-25 16:26 Joe·Zhou 阅读(528) 评论(3) 推荐(0)