摘要: 1、字符串判断str1 = str2 当两个串有相同内容、长度时为真 str1 != str2 当串str1和str2不等时为真 -n str1 当串的长度大于0时为真(串非空) -z str1 当串的长度为0时为真(空串) str1 ... 阅读全文
posted @ 2015-07-08 12:16 tang9139 阅读(166) 评论(0) 推荐(0) 编辑