2014年8月20日
摘要: 3种方法分别是:string a="";1.if(a=="")2.if(a==String.Empty)3.if(a.Length==0)3种方法都是等效的,那么究竟那一种方法性能最高呢?本人用实验说明问题。建立3个aspx页面(为什么用网页,主要是利用Microsoft Application C... 阅读全文
posted @ 2014-08-20 13:58 GC2013 阅读(969) 评论(6) 推荐(0)