84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
光阴似箭催人老,日月如移越少年。
``This is generally used to enclose some instructions. addarray is a function. Of course, you cannot do this. It is declared by you yourself/
`` is to execute the instructions inside you, such as
function f1{
ehco "test"
}
f1_ret=f1
f1
The terminal will prompt you that test not found, but it actually executes the f1 function -bash: test: command not found
``This is generally used to enclose some instructions.
addarray is a function. Of course, you cannot do this. It is declared by you yourself/
`` is to execute the instructions inside you, such as
function f1
{
}
f1_ret=
f1
The terminal will prompt you that test not found, but it actually executes the f1 function
-bash: test: command not found