Bash 中的字串比較 ... String3="Delft Stack" if [ "$String1" = "$String2" ]; then echo ... else echo "String1 and String2 are not equal.
確定! 回上一頁