cnsystem 网络 Linux 操作系统 javascript cnsystem的博客
摘要: #! /bin/shstr1="loving you too"str2='loving you'if [ str1=str2 ]then echo "true"else echo "false"fiif [ "$str1"="$str2" ]thenecho "true"else echo "false"fiif [ \$str1=\$str2 ]thenecho "true"else echo "false& 阅读全文
posted @ 2011-10-25 20:44 CNSystem 阅读(525) 评论(3) 推荐(0)
cnsystem 网络 Linux 操作系统 javascript cnsystem的博客