And in the code before the loop, add.
在循环之前的代码中,添加以下内容。
Tone down the loop count on the previous example, add set -x to the beginning of the script as well as a comment, and execute it, as shown in Listing 12.
减小前一个示例中的循环计数值,在脚本的开头添加set - x和一个注释,见清单12。
You should also move it outside of the loop since its value is invariant. So, in the.data section, add.
也可以将其移出循环,因为这个值是不变的。
应用推荐