Repeat steps 22 through 24 to add an invalid string for USERS.
重复步骤 22 至 24 以为 USERS 添加有效的字符串。
2
Second, if you need to repeat a small string to create a bigger string, you can use the * operator, which multiplies a string out a set number of times.
第二,如果需要重复短字符串来创建长字符串,可以使用 * 运算符,将字符串重复一定的次数。
3
This function is optimized as a very tight loop using string instructions with the repeat prefix.