App下载

add2data&type=bash 在线工具

add2data&type=bash 在线工具

#!/bin/bash

val=`expr 2 + 2`
echo "两数之和为 : $val"
运行结果