源代码:
点击运行
#!/bin/bash val=`expr 2 + 2` echo "两数之和为 : $val"
运行结果