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
相关文章
相关标签/搜索