gpt4 book ai didi

arrays - 我可以设置多少个参数

转载 作者:行者123 更新时间:2023-12-02 04:43:47 26 4
gpt4 key购买 nike

我遇到这个问题:运行时

./choose_words.sh $NWORDS_s1 $NWORDS_s2 $NWORDS_s3 $NWORDS_s4

在choose_words中,执行nwords=($1 $2 $3 $4)后,$4似乎不包含任何值。因此,如果尝试打印:

echo ${nwords[4]} # I get nothing from this

如果我尝试打印 echo ${nwords[*]},则数组 nwords 实际上具有第四个元素及其实际值。

这对你来说有意义吗?

最佳答案

数组索引从0开始,因此需要使用${nwords[3]}来获取数组的第四个元素。

关于arrays - 我可以设置多少个参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13865511/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com