shell : command not found

2024-12-29 00:28:37
推荐回答(2个)
回答1:

a=1
不要空格,连在一起输入,如果有空格,会将a当成命令,=和 1当参数

回答2:

先输入sh
再输入a=1
echo $a