摘要: 1.三种常用的字符串判空串方法:Length法:boolisEmpty=(str.Length==0);Empty法:boolisEmpty=(str==String.Empty);General法:boolisEmpty=(str=="");2.深入内部机制:要探讨这三种方法的内部机制,我们得首... 阅读全文
posted @ 2014-12-21 21:37 HalfAmazing 阅读(1111) 评论(0) 推荐(0) 编辑