Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 JCOP jcshell 脚本中使用 for 循环,但即使是最简单的尝试:
for (let i = 0; i < 10; i++) /echo "${i}"
不起作用,不打印任何消息。
如何编写一个for循环?但也许更重要的是,是否有一个开源文档 可以解释 JCOP shell 脚本的整个语法?