function foo() { A=$@... echo $A } foo bla "hello ppl"
我希望输出为: "bla""hello ppl"
我需要做什么而不是省略号?
string bash shell concatenation
bash ×1
concatenation ×1
shell ×1
string ×1