对于Array
if
(array && array
.count
) {
}
对于字符串String
(string && string
.length
&& [string
isEqualToString
:
@""
])