在 bash 中设置变量

在 bash 中设置变量

我正在 Bash 脚本中设置的值,但未显示iq的值。iq

local divisor=5 iq=$divisor
echo $divisor $iq

相关内容