admin 管理员组

文章数量: 1184232


2024年4月22日发(作者:函数large什么意思)

The value is: 1

The value is: 2

The value is: 3

The value is: 4

The value is: 5

顺序输出字符串中的字符:

for str in 'This is a string'

do

echo $str

done

输出结果:

This is a string

参考:


本文标签: 输出 函数 字符串 顺序 字符