shell 倒序輸出

shell 倒序輸出 shell #!/bin/bash #The shell function used to reverse the input number echo -n "Please input the number" read n sd=0 rev="" on=$n echo "Your input is $n" while [ $n -gt 0 ] do #sd=$(($n)%10
相關文章
相關標籤/搜索